diff options
| -rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 3 | ||||
| -rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 12 |
2 files changed, 9 insertions, 6 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index fd1d432..96317de 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
| @@ -177,7 +177,8 @@ 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 | 180 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | |
| 181 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | ||
| 181 | assign [class="^Thunderbird$"] 8 | 182 | assign [class="^Thunderbird$"] 8 |
| 182 | 183 | ||
| 183 | # class border backgr. text indicator child_border | 184 | # class border backgr. text indicator child_border |
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index 0fd9a45..8d35cca 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
| @@ -14,6 +14,8 @@ exec --no-startup-id redshift-gtk & | |||
| 14 | exec --no-startup-id nm-applet & | 14 | exec --no-startup-id nm-applet & |
| 15 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & | 15 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & |
| 16 | 16 | ||
| 17 | # lock screen | ||
| 18 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' | ||
| 17 | #launch polybar | 19 | #launch polybar |
| 18 | exec--no-startup-id $HOME/.config/polybar/launch.sh | 20 | exec--no-startup-id $HOME/.config/polybar/launch.sh |
| 19 | 21 | ||
| @@ -27,9 +29,6 @@ exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf | |||
| 27 | # set the wallpaper last (hopefully after xrandr) | 29 | # set the wallpaper last (hopefully after xrandr) |
| 28 | exec --no-startup-id ~/.fehbg | 30 | exec --no-startup-id ~/.fehbg |
| 29 | 31 | ||
| 30 | # lock screen | ||
| 31 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock-fancy -f Lato-Light -t "welcome back" -- scrot -z' '' | ||
| 32 | |||
| 33 | gaps inner 10 | 32 | gaps inner 10 |
| 34 | gaps outer 10 | 33 | gaps outer 10 |
| 35 | 34 | ||
| @@ -54,7 +53,7 @@ bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101 | |||
| 54 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c | 53 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c |
| 55 | 54 | ||
| 56 | # add taskwarrior/gtd calendar item | 55 | # add taskwarrior/gtd calendar item |
| 57 | bindsym $mod+Shift+t --no-startup-id ~/bin/td | 56 | bindsym $mod+Shift+t exec --no-startup-id ~/bin/td |
| 58 | 57 | ||
| 59 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) | 58 | # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) |
| 60 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" | 59 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" |
| @@ -188,17 +187,20 @@ mode "resize" { | |||
| 188 | 187 | ||
| 189 | # session | 188 | # session |
| 190 | mode " (L)ock (S)ignout (R)eboot (P)oweroff" { | 189 | mode " (L)ock (S)ignout (R)eboot (P)oweroff" { |
| 191 | bindsym $mod+l exec i3lock-fancy -f Lato-Light -t 'welcome back' -- scrot -z | 190 | bindsym $mod+l exec betterlockscreen -l dimblur -t "Welcome back" |
| 192 | bindsym $mod+r exec systemctl reboot | 191 | bindsym $mod+r exec systemctl reboot |
| 193 | bindsym $mod+p exec systemctl poweroff | 192 | bindsym $mod+p exec systemctl poweroff |
| 194 | bindsym $mod+s exit | 193 | bindsym $mod+s exit |
| 195 | bindsym Escape mode "default" | 194 | bindsym Escape mode "default" |
| 196 | } | 195 | } |
| 197 | bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" | 196 | bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" |
| 197 | bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh | ||
| 198 | 198 | ||
| 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 | 204 | ||
| 203 | assign [class="^Steam$"] 9 | 205 | assign [class="^Steam$"] 9 |
| 204 | assign [class="^Thunderbird$"] 8 | 206 | assign [class="^Thunderbird$"] 8 |
