diff options
Diffstat (limited to '.config/i3/config##mobile.Linux.Luchs')
| -rw-r--r-- | .config/i3/config##mobile.Linux.Luchs | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs index f941267..39881db 100644 --- a/.config/i3/config##mobile.Linux.Luchs +++ b/.config/i3/config##mobile.Linux.Luchs | |||
| @@ -65,7 +65,7 @@ bindsym $mod+o exec --no-startup-id xdotool mousemove 1920 1080 | |||
| 65 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c | 65 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c |
| 66 | 66 | ||
| 67 | # add taskwarrior/gtd calendar item | 67 | # add taskwarrior/gtd calendar item |
| 68 | bindsym $mod+Shift+t --no-startup-id ~/bin/td | 68 | bindsym $mod+Shift+t exec --no-startup-id ~/bin/td |
| 69 | 69 | ||
| 70 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) | 70 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) |
| 71 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" | 71 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" |
| @@ -90,6 +90,10 @@ bindsym $mod+Shift+minus move scratchpad | |||
| 90 | # Show the first scratchpad window | 90 | # Show the first scratchpad window |
| 91 | bindsym $mod+minus scratchpad show | 91 | bindsym $mod+minus scratchpad show |
| 92 | 92 | ||
| 93 | # shortcuts for frequent programs | ||
| 94 | bindsym $mod+Shift+z exec zotero | ||
| 95 | bindsym $mod+Shift+f exec thunar | ||
| 96 | |||
| 93 | # start a terminal | 97 | # start a terminal |
| 94 | bindsym $mod+Return exec kitty | 98 | bindsym $mod+Return exec kitty |
| 95 | 99 | ||
| @@ -204,11 +208,13 @@ mode " (L)ock (S)ignout (R)eboot (P)oweroff" { | |||
| 204 | bindcode 66 mode "default" | 208 | bindcode 66 mode "default" |
| 205 | } | 209 | } |
| 206 | bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" | 210 | bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" |
| 211 | bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh | ||
| 207 | 212 | ||
| 208 | bindsym $mod+r mode "resize" | 213 | bindsym $mod+r mode "resize" |
| 209 | 214 | ||
| 210 | for_window [class=".*"] border pixel 3 | 215 | for_window [class=".*"] border pixel 3 |
| 211 | 216 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | |
| 217 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | ||
| 212 | assign [class="^Thunderbird$"] 8 | 218 | assign [class="^Thunderbird$"] 8 |
| 213 | 219 | ||
| 214 | # class border backgr. text indicator child_border | 220 | # class border backgr. text indicator child_border |
