From 7c7423f51b59c6e725a5b28b13b904d32f72a83c Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Wed, 4 Oct 2023 01:31:25 +0200 Subject: [PATCH] sway: zathura read shortcut --- .config/fuzzel/fuzzel.ini | 2 ++ .config/sway/config | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .config/fuzzel/fuzzel.ini 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