diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..b173092 --- /dev/null +++ b/.config/fuzzel/fuzzel.ini @@ -0,0 +1,2 @@ +[colors] +background=073642ff diff --git a/.config/sway/config b/.config/sway/config index d55b1c8..265603d 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -20,7 +20,7 @@ set $term kitty # 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. #set $menu dmenu_path | bemenu | xargs swaymsg exec -- -set $menu fuzzel -b 073642ff +set $menu fuzzel ### Output configuration # @@ -59,9 +59,11 @@ input type:keyboard { bindsym $mod+Shift+b exec firefox bindsym $mod+Shift+m exec MOZ_ENABLE_WAYLAND=1 thunderbird bindsym $mod+Shift+s exec shutdown -P now - bindsym $mod+Shift+r exec systemctl suspend + bindsym $mod+Shift+a exec systemctl suspend bindsym $mod+Shift+i exec swaylock -f -c 000000 bindsym $mod+Shift+o exec obsidian --ozone-platform=wayland --enable-features=UseOzonePlatform + bindsym $mod+Shift+r exec zathura ~/documents/books/$(ls -1 ~/documents/books | fuzzel -d) + # Kill focused window bindsym $mod+Shift+q kill