Adds bitwarden
This commit is contained in:
parent
e798bb5e1f
commit
a301315f2a
8 changed files with 84 additions and 15 deletions
|
|
@ -97,7 +97,7 @@ bind = $mainMod, N, exec, $scriptsDir/LockScreen.sh # screen lock
|
|||
bind = , Print, exec, $scriptsDir/ScreenShot.sh --area # screenshot (area)
|
||||
bind = , F12, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active window only)
|
||||
|
||||
bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC notification panel
|
||||
bind = $mainMod SHIFT, N, exec, $scriptsDir/Toolkit.sh # swayNC notification panel
|
||||
|
||||
|
||||
bind = $mainMod SHIFT, L, movecurrentworkspacetomonitor, r
|
||||
|
|
@ -118,6 +118,7 @@ bind = $mainMod Shift, Return, exec, hyprdrop ghostty --identifier term_hyprdrop
|
|||
bind = $mainMod, T, exec, $files
|
||||
|
||||
bind = $mainMod, R, focusurgentorlast
|
||||
bind = $mainMod, P, exec, $scriptsDir/Bitwarden.sh
|
||||
|
||||
# Master Layout Keybinds
|
||||
bind = $mainMod, A, layoutmsg,swapwithmaster master
|
||||
|
|
|
|||
|
|
@ -43,4 +43,4 @@ exec-once = hyprswitch init --show-title --size-factor 5.5 --workspaces-per-row
|
|||
exec-once = hyprsunset &
|
||||
exec-once = hyprshade auto
|
||||
exec-once = sleep 1 && darkman run &
|
||||
|
||||
exec-once = bitwarden-daemon &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue