diff options
| -rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 2 | ||||
| -rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 2 | ||||
| -rw-r--r-- | .config/i3/config##mobile.Linux.Luchs | 10 |
3 files changed, 10 insertions, 4 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 96317de..0ca3158 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
| @@ -177,7 +177,7 @@ bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh | |||
| 177 | bindsym $mod+r mode "resize" | 177 | bindsym $mod+r mode "resize" |
| 178 | 178 | ||
| 179 | for_window [class=".*"] border pixel 3 | 179 | for_window [class=".*"] border pixel 3 |
| 180 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 180 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
| 181 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 181 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
| 182 | assign [class="^Thunderbird$"] 8 | 182 | assign [class="^Thunderbird$"] 8 |
| 183 | 183 | ||
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index 8d35cca..3e1afae 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
| @@ -199,8 +199,8 @@ bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh | |||
| 199 | bindsym $mod+r mode "resize" | 199 | bindsym $mod+r mode "resize" |
| 200 | 200 | ||
| 201 | for_window [class=".*"] border pixel 0 | 201 | for_window [class=".*"] border pixel 0 |
| 202 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | ||
| 203 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 202 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
| 203 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | ||
| 204 | 204 | ||
| 205 | assign [class="^Steam$"] 9 | 205 | assign [class="^Steam$"] 9 |
| 206 | assign [class="^Thunderbird$"] 8 | 206 | assign [class="^Thunderbird$"] 8 |
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 |
