Compare commits

...

2 Commits

@ -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"

@ -92,7 +92,9 @@ Host gitea.auro.re
Host ubuntusnap
Hostname 192.168.56.3
User histausse
IdentityFile ~/.ssh/id_local
Host centossnap
Hostname 192.168.56.4
User histausse
IdentityFile ~/.ssh/id_local

Loading…
Cancel
Save