sway: zathura read shortcut

This commit is contained in:
Daniel Meiburg 2023-10-04 01:31:25 +02:00
parent 4cab4d3825
commit 7c7423f51b
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,2 @@
[colors]
background=073642ff

View File

@ -20,7 +20,7 @@ set $term kitty
# Note: pass the final command to swaymsg so that the resulting window can be opened # 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. # on the original workspace that the command was run on.
#set $menu dmenu_path | bemenu | xargs swaymsg exec -- #set $menu dmenu_path | bemenu | xargs swaymsg exec --
set $menu fuzzel -b 073642ff set $menu fuzzel
### Output configuration ### Output configuration
# #
@ -59,9 +59,11 @@ input type:keyboard {
bindsym $mod+Shift+b exec firefox bindsym $mod+Shift+b exec firefox
bindsym $mod+Shift+m exec MOZ_ENABLE_WAYLAND=1 thunderbird bindsym $mod+Shift+m exec MOZ_ENABLE_WAYLAND=1 thunderbird
bindsym $mod+Shift+s exec shutdown -P now 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+i exec swaylock -f -c 000000
bindsym $mod+Shift+o exec obsidian --ozone-platform=wayland --enable-features=UseOzonePlatform 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 # Kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill