diff --git a/.config/i3/config b/.config/i3/config index 0fe8f2b..eab166b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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"