diff options
Diffstat (limited to '.config/sway/hosts')
| -rw-r--r-- | .config/sway/hosts/wit/outputs | 8 | ||||
| -rw-r--r-- | .config/sway/hosts/wit/steam | 8 |
2 files changed, 15 insertions, 1 deletions
diff --git a/.config/sway/hosts/wit/outputs b/.config/sway/hosts/wit/outputs index 9ca558c..eebd642 100644 --- a/.config/sway/hosts/wit/outputs +++ b/.config/sway/hosts/wit/outputs @@ -6,11 +6,17 @@ output $left { position 0,0 } workspace 1 output $left +bindsym XF86Reload output $left hdr toggle +bindsym XF86Favorites output $left adaptive_sync toggle + output $right { resolution 1920x1080@60.000Hz position 2560,0 } -workspace 2 output $right +workspace 9 output $right + +#set $wallpaper ls "$HOME/.steam/root/steamapps/workshop/content/431960" | shuf -n 1 +#exec linux-wallpaperengine --output DP-2 $wallpaper --output HDMI-A-2 $wallpaper exec mako --output "HDMI-A-2" diff --git a/.config/sway/hosts/wit/steam b/.config/sway/hosts/wit/steam new file mode 100644 index 0000000..81f5eee --- /dev/null +++ b/.config/sway/hosts/wit/steam @@ -0,0 +1,8 @@ +bindsym $mod+x workspace "x" +bindsym $mod+Shift+x move container to workspace "x" + +for_window [title="Steam Big Picture Mode"] { + workspace "x" + fullscreen enable +} + |
