diff options
author | FivePixels <o5pxels@gmail.com> | 2022-03-21 15:54:06 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2022-03-21 15:54:06 -0500 |
commit | facdcb117583ee5481711260226e71f7b91e37ad (patch) | |
tree | d267f8475c0b2bc93099bab294c6d1d73607b85e /.config/sway/config | |
parent | 11da1650e4f74736c0bf86b2ce69c9c09cf05010 (diff) | |
download | dots-facdcb117583ee5481711260226e71f7b91e37ad.tar.xz dots-facdcb117583ee5481711260226e71f7b91e37ad.zip |
Update sway config for foot terminal
Add show/hide toggle for waybar, add waybar configuration files
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 5 |
1 files changed, 3 insertions, 2 deletions
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 |