From 1961cdb02dcf0d1d7e743daaa77063ad6bb01a71 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Mon, 25 Nov 2019 10:34:57 +0100 Subject: [PATCH] Oops, restored workspace-screen mapping on desktop --- .config/i3/config.d/desk | 8 ++++++++ .config/i3/config.d/laptop | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/i3/config.d/desk b/.config/i3/config.d/desk index 6a822d3..f048c8a 100644 --- a/.config/i3/config.d/desk +++ b/.config/i3/config.d/desk @@ -2,6 +2,14 @@ # STARTING CONFIGURATION ################################## +# alterning workspace between each screen +workspace 1 output DVI-D-0 +workspace 2 output HDMI-0 +workspace 3 output DVI-D-0 +workspace 4 output HDMI-0 +workspace 5 output DVI-D-0 +workspace 6 output HDMI-0 + # ALSA key binding (media keys do not even have keycode...) bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 5%+ bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 5%- diff --git a/.config/i3/config.d/laptop b/.config/i3/config.d/laptop index ee634c8..b1c5232 100644 --- a/.config/i3/config.d/laptop +++ b/.config/i3/config.d/laptop @@ -2,14 +2,6 @@ # STARTING CONFIGURATION ################################## -# alterning workspace between each screen -workspace 1 output DVI-D-0 -workspace 2 output HDMI-0 -workspace 3 output DVI-D-0 -workspace 4 output HDMI-0 -workspace 5 output DVI-D-0 -workspace 6 output HDMI-0 - # ALSA keybinding bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 5%+ bindsym XF86AudioLowerVolume exec --no-startup-id aimxer -D hw:PCH -M sset Master 5%-