Improve hyprland config (env + handler)
This commit is contained in:
parent
c6267c7163
commit
b3f1045292
7 changed files with 135 additions and 99 deletions
|
@ -1,19 +1,19 @@
|
|||
$main_mod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $main_mod, return, exec, $TERMINAL
|
||||
bind = $main_mod SHIFT, return, exec, [float] $TERMINAL
|
||||
|
||||
bind = $main_mod, Q, killactive,
|
||||
bind = $main_mod, M, exit,
|
||||
bind = $main_mod, S, togglefloating,
|
||||
bind = $main_mod, F, fullscreen,
|
||||
|
||||
bind = $main_mod, D, exec, j4-dmenu-desktop --dmenu="$DMENU"
|
||||
bind = $main_mod, P, pseudo, # dwindle
|
||||
bind = $main_mod, J, togglesplit, # dwindle
|
||||
bind = $main_mod, Pause, exec, menu-shutdown
|
||||
bind = $main_mod, Print, exec, screenshot
|
||||
|
||||
bind = $main_mod SHIFT, R, exec, autostart-manage run-wayland
|
||||
|
||||
|
||||
# Move focus with mainMod + hjkl keys
|
||||
bind = $main_mod, h, movefocus, l
|
||||
bind = $main_mod, j, movefocus, d
|
||||
|
@ -28,6 +28,7 @@ bind = $main_mod SHIFT, l, movewindow, r
|
|||
# Move focus between windows
|
||||
bind = $main_mod, c, layoutmsg, swapwithmaster master
|
||||
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $main_mod, 1, workspace, $ws01
|
||||
bind = $main_mod, 2, workspace, $ws02
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue