feat(hypr): update monitor configuration and lid behavior
This commit is contained in:
1
hypr/bindings/lock.conf
Normal file
1
hypr/bindings/lock.conf
Normal file
@@ -0,0 +1 @@
|
||||
bind = CTRL ALT, Q, exec, hyprlock
|
||||
6
hypr/bindings/programs.conf
Normal file
6
hypr/bindings/programs.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = ALT, space, exec, $menu
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
$randrwall = "/home/stereov/Developer/antistereov/randrwall/randrwall.py"
|
||||
$randrwall = "~/.config/hypr/scripts/randrwall.py"
|
||||
|
||||
bind = SUPER SHIFT, W, exec, $randrwall random
|
||||
bind = SUPER SHIFT, F, exec, $randrwall favorite
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, F, togglefloating,
|
||||
bind = ALT, space, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod SHIFT, J, togglesplit, # dwindle
|
||||
|
||||
@@ -66,7 +59,3 @@ bind = $mainMod, mouse_up, workspace, e-1
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
bind = CTRL ALT, Q, exec, hyprlock
|
||||
bindl = , switch:Lid Switch, exec, hyprlock
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user