diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config.d/apps | 4 | ||||
| -rw-r--r-- | .config/sway/config.d/outputs | 2 | ||||
| -rw-r--r-- | .config/sway/config.d/satty | 10 | ||||
| -rw-r--r-- | .config/sway/config.d/windows | 7 | ||||
| -rw-r--r-- | .config/sway/config.d/wofi | 3 | ||||
| -rw-r--r-- | .config/sway/hosts/wit/outputs | 8 | ||||
| -rw-r--r-- | .config/sway/hosts/wit/steam | 8 |
7 files changed, 36 insertions, 6 deletions
diff --git a/.config/sway/config.d/apps b/.config/sway/config.d/apps index a8a4d68..243f626 100644 --- a/.config/sway/config.d/apps +++ b/.config/sway/config.d/apps @@ -1 +1,3 @@ -bindsym $mod+n exec dolphin +bindsym $mod+alt+n exec --no-repeat dolphin +bindsym $mod+alt+c exec --no-repeat gnome-calendar +exec XDG_MENU_PREFIX=plasma- kbuildsycoca6 diff --git a/.config/sway/config.d/outputs b/.config/sway/config.d/outputs index ad45998..e362f09 100644 --- a/.config/sway/config.d/outputs +++ b/.config/sway/config.d/outputs @@ -1,4 +1,6 @@ output * { background "$(cat $HOME/.cache/wal/wal)" fill + render_bit_depth 10 + hdr off } diff --git a/.config/sway/config.d/satty b/.config/sway/config.d/satty index 3d776cd..1d20f41 100644 --- a/.config/sway/config.d/satty +++ b/.config/sway/config.d/satty @@ -1,9 +1,15 @@ + + +# Keyboard doesn't send print but sends Shift+Print :( bindsym $mod+Print exec uwushot +bindsym $mod+Shift+Print exec replay-sorcery save + + for_window [app_id="satty"] { fullscreen disable move container to output HDMI-A-2 - resize set width 660 - resize set height 400 + resize set width 1320 + resize set height 800 move position 32 32 border none } diff --git a/.config/sway/config.d/windows b/.config/sway/config.d/windows index 10ffd7b..ad2d004 100644 --- a/.config/sway/config.d/windows +++ b/.config/sway/config.d/windows @@ -9,6 +9,11 @@ for_window [title="Picture-in-Picture"] { for_window [app_id="pavucontrol"] { floating enable move position cursor - resize set 600 300 + resize set 800 600 + focus +} + +for_window [class="feh"] { + floating enable focus } diff --git a/.config/sway/config.d/wofi b/.config/sway/config.d/wofi index cf3231d..d85da3e 100644 --- a/.config/sway/config.d/wofi +++ b/.config/sway/config.d/wofi @@ -1 +1,2 @@ -bindsym $mod+d exec rofi -show combi -combi-modes "window,drun,run" +# bindsym $mod+d exec rofi -show combi -combi-modes "window,drun,run" +bindsym $mod+d exec fuzzel 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 +} + |
