diff options
Diffstat (limited to '.config/sway/config.d')
| -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 |
5 files changed, 21 insertions, 5 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 |
