From facdcb117583ee5481711260226e71f7b91e37ad Mon Sep 17 00:00:00 2001 From: FivePixels Date: Mon, 21 Mar 2022 15:54:06 -0500 Subject: Update sway config for foot terminal Add show/hide toggle for waybar, add waybar configuration files --- .config/sway/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index 42c0591..eefc24b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -25,7 +25,7 @@ floating_modifier $mod normal # display config -output * bg ~/wallpapers/colorado1.jpg fill +output * bg ~/wallpapers/numaneo.jpg fill output * mode 2560x1440@143.999Hz output * subpixel none output DP-1 pos 0 0 @@ -62,7 +62,7 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -1000 bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle -bindsym $mod+Return exec kitty +bindsym $mod+Return exec foot bindsym $mod+d exec rofi -show drun -modi drun bindsym $mod+Shift+s exec $screenshot bindsym $mod+s exec $screenshot @@ -108,6 +108,7 @@ bindsym $alt+Right exec ~/.config/scripts/change_workspace.sh next bindsym $mod+b splith bindsym $mod+v splitv bindsym $mod+f fullscreen +bindsym $mod+n exec killall -SIGUSR1 waybar bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent -- cgit v1.2.3