continue to tweak i3

master
histausse 3 years ago
parent 02e9132ed1
commit 58c1af7a52
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -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…
Cancel
Save