Skip to content

Instantly share code, notes, and snippets.

@R11manish
Last active May 23, 2026 13:43
Show Gist options
  • Select an option

  • Save R11manish/df42c2383951df1ff2707ffa9698326c to your computer and use it in GitHub Desktop.

Select an option

Save R11manish/df42c2383951df1ff2707ffa9698326c to your computer and use it in GitHub Desktop.
hyperland-conf
monitor=,preferred,auto,1
$mod = SUPER
$terminal = kitty
$menu = wofi --show drun
$browser = firefox
$fileManager = dolphin
exec-once = waybar
general {
gaps_in = 4
gaps_out = 8
border_size = 2
layout = dwindle
}
decoration {
rounding = 4
}
input {
kb_layout = us
follow_mouse = 1
}
# apps
bind = $mod, Q, exec, $terminal
bind = $mod, R, exec, $menu
bind = $mod, B, exec, $browser
bind = $mod, E, exec, $fileManager
# windows
bind = $mod, C, killactive
bind = $mod, M, exit
bind = $mod, F, fullscreen
bind = $mod, V, togglefloating
# focus
bind = $mod, left, movefocus, l
bind = $mod, right, movefocus, r
bind = $mod, up, movefocus, u
bind = $mod, down, movefocus, d
# resize
binde = $mod SHIFT, right, resizeactive, 30 0
binde = $mod SHIFT, left, resizeactive, -30 0
binde = $mod SHIFT, up, resizeactive, 0 -30
binde = $mod SHIFT, down, resizeactive, 0 30
# workspaces
bind = $mod, 1, workspace, 1
bind = $mod, 2, workspace, 2
bind = $mod, 3, workspace, 3
bind = $mod, 4, workspace, 4
bind = $mod SHIFT, 1, movetoworkspace, 1
bind = $mod SHIFT, 2, movetoworkspace, 2
bind = $mod SHIFT, 3, movetoworkspace, 3
bind = $mod SHIFT, 4, movetoworkspace, 4
# mouse
bindm = $mod, mouse:272, movewindow
bindm = $mod, mouse:273, resizewindow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment