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%-