diff options
| -rw-r--r-- | config | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -17,8 +17,13 @@ set $down k set $left l set $right semicolon +set $menu wmenu-run -b -p "Run:" \ + -f "Hack Nerd Font 16" \ + -M 00ffff -m 000000 \ + -N 000000 -n aaaaaa \ + -S 00ffff -s 000000 +set $filebrowser thunar set $term foot -set $menu wmenu-run set $igap 40 set $ogap 40 @@ -111,6 +116,7 @@ bindsym $mod+i exec $term vim bindsym $mod+n exec makoctl dismiss bindsym $mod+u exec swayimg -g ~/images/wallpaper bindsym $mod+d exec swaymsg 'output "*" power toggle' +bindsym $mod+e exec $filebrowser # Layout bindsym $mod+h splith |
