hypr: add workspace layout toggles with notifications

This commit is contained in:
2026-03-01 16:07:48 +01:00
parent 7ddeee27af
commit 62409836fc
3 changed files with 110 additions and 2 deletions

View File

@@ -13,6 +13,11 @@ master {
drop_at_cursor = true
}
scrolling {
fullscreen_on_one_column = false
focus_fit_method = 0
}
# https://wiki.hyprland.org/Configuring/Variables/#misc
misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers

View File

@@ -100,8 +100,11 @@ bind = $mainMod CTRL SHIFT, Tab, layoutmsg, rollnext
# Scrolling layout
bind = $mainMod, comma, layoutmsg, move -col
bind = $mainMod, period, layoutmsg, move +col
bind = $mainMod CTRL, comma, layoutmsg, fit active
bind = $mainMod CTRL, period, layoutmsg, togglefit
bind = $mainMod CTRL, comma, layoutmsg, colresize 0.9
bind = $mainMod CTRL, period, layoutmsg, fit active
bind = $mainMod CTRL SHIFT, period, layoutmsg, togglefit
bind = $mainMod ALT, comma, exec, hypr-workspace-layout toggle-ms
bind = $mainMod ALT, period, exec, hypr-workspace-layout cycle
# MOVE FOCUS with mainMod + vim keys
bind = $mainMod, H, movefocus, l