Cleanup main hyprland config

This commit is contained in:
David Heinemeier Hansson
2025-06-09 16:06:33 +02:00
parent 58a717b780
commit 3aada5f179
5 changed files with 160 additions and 174 deletions

View File

@ -1,20 +1,22 @@
# See https://wiki.hyprland.org/Configuring/Keywords/
$terminal = alacritty
$fileManager = nautilus --new-window
$browser = chromium --new-window
$menu = wofi --show drun
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
# Start default apps
bind = SUPER, return, exec, $terminal
bind = SUPER, F, exec, $fileManager
bind = SUPER, B, exec, $browser
bind = SUPER, M, exec, $music
bind = SUPER, N, exec, $terminal -e nvim
bind = SUPER, T, exec, $terminal -e btop
bind = SUPER, space, exec, $menu
bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar
bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next
bind = SUPER, W, killactive,
# End active session
bind = SUPER, ESCAPE, exec, hyprlock
bind = SUPER SHIFT, ESCAPE, exit,
# Control tiling
bind = SUPER, J, togglesplit, # dwindle
bind = SUPER, P, pseudo, # dwindle
bind = SUPER, V, togglefloating,