browser keybinds
This commit is contained in:
parent
7c6fdae3e9
commit
86eb587879
1 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,7 @@ set $right l
|
||||||
set $term foot
|
set $term foot
|
||||||
set $filemgr thunar
|
set $filemgr thunar
|
||||||
set $browser firefox
|
set $browser firefox
|
||||||
|
set $browserh firefox-hardened
|
||||||
# -
|
# -
|
||||||
set $menu ~/.config/scripts/menu/menu "Run:" run | xargs swaymsg exec --
|
set $menu ~/.config/scripts/menu/menu "Run:" run | xargs swaymsg exec --
|
||||||
set $passmgr ~/.config/scripts/sway/swaypass
|
set $passmgr ~/.config/scripts/sway/swaypass
|
||||||
|
@ -52,7 +53,8 @@ bindsym $mod+r exec $menu
|
||||||
bindsym $mod+Shift+p exec $passmgr
|
bindsym $mod+Shift+p exec $passmgr
|
||||||
bindsym $mod+Shift+o exec $passotp
|
bindsym $mod+Shift+o exec $passotp
|
||||||
bindsym $mod+e exec $filemgr
|
bindsym $mod+e exec $filemgr
|
||||||
bindsym $mod+w exec $browser
|
bindsym $mod+Shift+w exec $browser
|
||||||
|
bindsym $mod+w exec $browserh
|
||||||
bindsym $mod+b exec $bookmenu
|
bindsym $mod+b exec $bookmenu
|
||||||
bindsym XF86AudioRaiseVolume exec $volup
|
bindsym XF86AudioRaiseVolume exec $volup
|
||||||
bindsym XF86AudioLowerVolume exec $voldown
|
bindsym XF86AudioLowerVolume exec $voldown
|
||||||
|
|
Loading…
Reference in a new issue