From 58c1af7a52c83d5b8e81c707acbd38c5d7d23a77 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Mon, 25 Oct 2021 10:19:57 +0200 Subject: [PATCH] continue to tweak i3 --- .config/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"