add mod+P to open pass menu with wofi
This commit is contained in:
parent
f820d95db8
commit
1f7a478497
1 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,7 @@ bind = $mainMod, E, exec, $VISUAL
|
|||
bind = $mainMod, W, exec, firefox
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, P, exec, $HOME/.scripts/passwmenu
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod_SHIFT, W, exec, ~/.scripts/wwifi.sh
|
||||
|
@ -185,11 +185,13 @@ exec-once= ~/.scripts/hyprpaper-generate-config.sh && hyprpaper
|
|||
windowrule=workspace 1 silent,kitty
|
||||
windowrule=workspace 2 silent,firefox
|
||||
windowrule=workspace 3 silent,Emacs
|
||||
windowrule=workspace 4 silent,Spotify
|
||||
windowrulev2 = workspace 5, title:^(.*(Disc|WebC)ord.*)$
|
||||
windowrule=float,^(.*)(KeePassXC)$
|
||||
windowrulev2 = idleinhibit always,title:^(.*YouTube.*)$
|
||||
# personal apps
|
||||
exec-once=discord
|
||||
exec-once=spotify-launcher
|
||||
exec-once=swayidle -w timeout 180 'swaylock' timeout 600 '[[ $(cat /sys/class/power_supply/AC/online) -eq 0 ]] && systemctl suspend-then-hibernate' before-sleep 'swaylock'
|
||||
env=MOZ_ENABLE_WAYLAND
|
||||
|
||||
|
|
Loading…
Reference in a new issue