continue to tweak i3
This commit is contained in:
parent
02e9132ed1
commit
58c1af7a52
1 changed files with 2 additions and 1 deletions
|
@ -221,7 +221,7 @@ bindsym $mod+Ctrl+l exec --no-startup-id "sh ~/.config/i3/lock.sh # && xset dpms
|
|||
bindsym $mod+Shift+v exec --no-startup-id "sh ~/.config/i3/lock.sh && echo mem > /sys/power/state"
|
||||
|
||||
# Screen shot
|
||||
bindsym Print exec --no-startup-id spectacle
|
||||
bindsym Print exec --no-startup-id "spectacle -r"
|
||||
|
||||
exec --no-startup-id ~/.fehbg
|
||||
|
||||
|
@ -239,6 +239,7 @@ workspace_auto_back_and_forth yes
|
|||
|
||||
# use dual screen
|
||||
bindsym $mod+m exec --no-startup-id "sh ~/.screenlayout/dualScreen.sh"
|
||||
bindsym $mod+Ctrl+m exec --no-startup-id "sh ~/.screenlayout/dualScreenCopy.sh"
|
||||
# use only the main screen
|
||||
bindsym $mod+Shift+m exec --no-startup-id "sh ~/.screenlayout/no_external.sh"
|
||||
exec --no-startup-id "sh ~/.screenlayout/no_external.sh"
|
||||
|
|
Loading…
Reference in a new issue