easier screen configuration
This commit is contained in:
parent
1c9d92fa81
commit
1cc83940d7
10 changed files with 41 additions and 17 deletions
|
@ -23,7 +23,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/.config/i3/scripts/lock
|
|||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
exec --no-startup-id nm-applet
|
||||
|
||||
exec --no-startup-id nitrogen --restore
|
||||
exec --no-startup-id ~/.config/i3/scripts/load.sh
|
||||
|
||||
exec --no-startup-id keepassxc
|
||||
|
||||
|
@ -138,16 +138,7 @@ bar {
|
|||
|
||||
focus_follows_mouse no
|
||||
|
||||
# Screen picker
|
||||
set $mode_screen Screen layout: [h]ome [m]obile
|
||||
bindsym $mod+s mode "$mode_screen"
|
||||
mode "$mode_screen" {
|
||||
bindsym h exec --no-startup-id ~/.config/i3/scripts/home.sh, mode "default"
|
||||
bindsym m exec --no-startup-id ~/.config/i3/scripts/mobile.sh, mode "default"
|
||||
|
||||
bindsym Escape mode "default"
|
||||
bindsym Return mode "default"
|
||||
}
|
||||
bindsym $mod+s exec --no-startup-id ~/.config/i3/scripts/load.sh
|
||||
|
||||
# Session options
|
||||
set $mode_session Session option: [l]ock [r]eboot [s]uspend [p]oweroff [e]xit
|
||||
|
|
Reference in a new issue