Set screeen config for work environment
This commit is contained in:
parent
35dbedf753
commit
1ed90ba887
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
"layer": "bottom",
|
||||
"position": "top",
|
||||
"margin": 4,
|
||||
"output": "eDP-1",
|
||||
"output": ["eDP-1","DP-3"],
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
"sway/mode",
|
||||
|
|
Loading…
Reference in a new issue