mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
Add files via upload
This commit is contained in:
parent
ab41059137
commit
dc7ba2ec42
7 changed files with 53 additions and 43 deletions
|
@ -11,6 +11,8 @@ bind = $mainMod SHIFT, F, fullscreen
|
|||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, W, exec, $HOME/.config/hypr/scripts/wallpaperselect.sh
|
||||
bind = $mainMod SHIFT, G, exec, hyprpm enable hycov
|
||||
bind = $mainMod, G, exec, hyprpm disable hycov
|
||||
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
|
@ -115,13 +117,13 @@ bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteb
|
|||
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
||||
|
||||
# bind key to toggle overview (normal)
|
||||
#bind = ALT,tab,hycov:toggleoverview,`
|
||||
bind = ALT,tab,hycov:toggleoverview,`
|
||||
|
||||
# bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`)
|
||||
#bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key
|
||||
bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key
|
||||
|
||||
# bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`)
|
||||
#bind = ALT,g,hycov:toggleoverview,forceallinone
|
||||
bind = ALT,g,hycov:toggleoverview,forceallinone
|
||||
|
||||
# Special Keys
|
||||
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue