Added second screen

This commit is contained in:
dbroqua 2021-04-13 11:13:52 +02:00
parent ce0c17745c
commit 51fe6b56b4

View File

@ -29,6 +29,7 @@ set $mod Mod4
# Displays # Displays
set $thinkstation HDMI-A-3 set $thinkstation HDMI-A-3
set $thinkstation-work DP-1
set $thinkpad eDP-1 set $thinkpad eDP-1
# Workspaces # Workspaces
@ -77,6 +78,7 @@ set $modalHeight 800
# Screens definitions # Screens definitions
output $thinkstation resolution 3440x1440@100Hz position 0,0 adaptive_sync on output $thinkstation resolution 3440x1440@100Hz position 0,0 adaptive_sync on
output $thinkstation-work resolution 1920x1080@60Hz position 3440,0 transform 270 adaptive_sync on
output $thinkpad resolution 1920x1080 position 0,0 output $thinkpad resolution 1920x1080 position 0,0
@ -193,6 +195,9 @@ bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp" bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp"
bindsym $mod+shift+v exec "$term -t 'Audio Visualizer' -e cava" bindsym $mod+shift+v exec "$term -t 'Audio Visualizer' -e cava"
# Screen
bindsym $mod+p exec swaymsg output $thinkstation-work toggle
# #
# Brightness # Brightness
bindsym XF86MonBrightnessDown exec light -U 10 bindsym XF86MonBrightnessDown exec light -U 10