From 944ddd206af7fd7895d5b149203cd7affa64ca60 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 15 May 2026 02:19:59 +0200 Subject: a lot of stuff --- .config/sway/hosts/wit/outputs | 8 +++++++- .config/sway/hosts/wit/steam | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .config/sway/hosts/wit/steam (limited to '.config/sway/hosts') 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 +} + -- cgit v1.3.1