From 10a035abbe68303ab3dca621c2553c1ceb04461c Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 16 May 2024 23:01:12 +0200 Subject: update --- .config/sway/config | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to '.config/sway/config') 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: # -- cgit v1.2.3