diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config index 6b67de0..01b9ca1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -4,6 +4,13 @@ # # Read `man 5 sway` for a complete reference. +# font pango:monospace 9 +font pango:MiscFixedSC613 9 + +exec /usr/libexec/pipewire-launcher +exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway +exec foot -s + ### Variables # # Logo key. Use Mod1 for Alt. @@ -14,7 +21,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term foot +set $term footclient # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. @@ -24,7 +31,8 @@ set $menu dmenu_path | bemenu-run -p "" --hf "#00ff00" | xargs swaymsg exec -- ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg #103040 solid_color # # Example configuration: # @@ -148,7 +156,6 @@ input type:touchpad { # Cycle through active workspaces bindsym $mod+Tab workspace next bindsym $mod+Shift+Tab workspace prev - # # Layout stuff: # |
