sway: zathura read shortcut
This commit is contained in:
parent
4cab4d3825
commit
7c7423f51b
|
|
@ -0,0 +1,2 @@
|
||||||
|
[colors]
|
||||||
|
background=073642ff
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue