mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: Adds proton pass manager script, updates keybinds and window rules for proton pass.
This commit is contained in:
8
env/.config/hypr/keybinds.conf
vendored
8
env/.config/hypr/keybinds.conf
vendored
@@ -20,6 +20,7 @@ $fileBrowser = nautilus
|
||||
$menu = walker
|
||||
#$pwa = chromium --profile-directory=Default --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
$pwa = ~/.local/scripts/launch-webapp
|
||||
$launchOrFocusWebapp = ~/.local/scripts/launch-or-focus-webapp
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
|
||||
@@ -42,9 +43,10 @@ bind = $mainMod, F, exec, $fileManager
|
||||
bind = $mainMod SHIFT, F, exec, $fileBrowser
|
||||
bind = $mainMod, G, exec, $pwa "https://git.housh.dev"
|
||||
# NOTE: Do not bind apps to H, J, K, or L!
|
||||
bind = $mainMod, M, exec, ~/.local/scripts/toggle-waybar
|
||||
bind = $mainMod, M, exec, $pwa "https://music.apple.com"
|
||||
bind = $mainMod SHIFT, M, exec, ~/.local/scripts/toggle-waybar
|
||||
bind = $mainMod, N, exec, $terminal -e nvim
|
||||
bind = $mainMod, P, exec, $pwa "https://pass.proton.me"
|
||||
bind = $mainMod, P, exec, ~/.local/scripts/proton-pass-manager
|
||||
bind = $mainMod SHIFT, P, pseudo, # dwindle
|
||||
bind = $mainMod SHIFT, R, exec, ~/.local/scripts/waybar-restart
|
||||
bind = $mainMod, Y, exec, $pwa "https://youtube.com"
|
||||
@@ -125,7 +127,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspacesilent, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
|
||||
Reference in New Issue
Block a user