From 1ed90ba8870a78adae21be3995d2927ef300cb8e Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 7 Dec 2021 13:59:04 +0100 Subject: [PATCH] Set screeen config for work environment --- config/sway/config | 7 ++++--- config/waybar/config | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/sway/config b/config/sway/config index 93b73bc..4941080 100644 --- a/config/sway/config +++ b/config/sway/config @@ -27,7 +27,7 @@ set $mod Mod4 set $thinkstation HDMI-A-3 set $thinkstation-work "Iiyama North America PL2483H 1173700204528" set $thinkpad eDP-1 -set $thinkpad-work "Samsung Electric Company SMS24A450/460 HTMC807749" +set $thinkpad-work "Goldstar Company Ltd LG ULTRAWIDE 0x0000F6D7" set $work DP-1 # Workspaces @@ -86,8 +86,8 @@ 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 # Thinkpad -output $thinkpad resolution 1920x1080 position 1920 785 -output $thinkpad-work resolution 1920x1080 position 0 0 +output $thinkpad resolution 1920x1080 position 0 0 +output $thinkpad-work resolution 2560x1080 position 1920 0 ### Gnome settings @@ -214,6 +214,7 @@ bindsym $mod+shift+v exec "$term -t 'Audio Visualizer' -e cava" # Screen bindsym $mod+p exec "swaymsg output $work toggle" +bindsym $mod+alt+p exec "swaymsg output $thinkpad toggle" # # Brightness diff --git a/config/waybar/config b/config/waybar/config index cc8b107..cd040d9 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -140,7 +140,7 @@ "layer": "bottom", "position": "top", "margin": 4, - "output": "eDP-1", + "output": ["eDP-1","DP-3"], "modules-left": [ "sway/workspaces", "sway/mode",