summaryrefslogtreecommitdiffstats
path: root/.config/i3/config##desktop.Linux.Maus
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/config##desktop.Linux.Maus')
-rw-r--r--.config/i3/config##desktop.Linux.Maus12
1 files changed, 7 insertions, 5 deletions
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 &
14exec --no-startup-id nm-applet & 14exec --no-startup-id nm-applet &
15exec --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 & 15exec --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
18exec --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
18exec--no-startup-id $HOME/.config/polybar/launch.sh 20exec--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)
28exec --no-startup-id ~/.fehbg 30exec --no-startup-id ~/.fehbg
29 31
30# lock screen
31exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock-fancy -f Lato-Light -t "welcome back" -- scrot -z' ''
32
33gaps inner 10 32gaps inner 10
34gaps outer 10 33gaps outer 10
35 34
@@ -54,7 +53,7 @@ bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101
54bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c 53bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c
55 54
56# add taskwarrior/gtd calendar item 55# add taskwarrior/gtd calendar item
57bindsym $mod+Shift+t --no-startup-id ~/bin/td 56bindsym $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)
60bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" 59bindcode $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
190mode " (L)ock (S)ignout (R)eboot (P)oweroff" { 189mode " (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}
197bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" 196bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff"
197bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh
198 198
199bindsym $mod+r mode "resize" 199bindsym $mod+r mode "resize"
200 200
201for_window [class=".*"] border pixel 0 201for_window [class=".*"] border pixel 0
202for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
203for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable
202 204
203assign [class="^Steam$"] 9 205assign [class="^Steam$"] 9
204assign [class="^Thunderbird$"] 8 206assign [class="^Thunderbird$"] 8