mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
keybinding updates + other things
This commit is contained in:
parent
e1d0bb594a
commit
8bb0a74072
1 changed files with 4 additions and 4 deletions
|
@ -3,15 +3,15 @@ $mainMod = SUPER
|
|||
|
||||
# My Keybinds
|
||||
bind = $mainMod, F, exec, $browser
|
||||
bind = $mainMod, A, exec, $menu
|
||||
bind = $mainMod, R, exec, pypr toggle term
|
||||
bind = $mainMod, ESCAPE, exec, killall waybar || waybar
|
||||
bind = $mainMod, D, exec, $discord
|
||||
bind = $mainMod SHIFT, W, exec, wp
|
||||
bind = $mainMod SHIFT, F, fullscreen
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod SHIFT, W, exec, $HOME/.config/hypr/scripts/wallpaperselect.sh
|
||||
bind = $mainMod SHIFT, A, exec, pypr toggle term
|
||||
bind = $mainMod, W, exec, $HOME/.config/hypr/scripts/wallpaperselect.sh
|
||||
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
@ -19,7 +19,7 @@ bind = $mainMod, Q, killactive,
|
|||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, A, exec, $menu
|
||||
bind = $mainMod SHIFT, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue