minor fix

This commit is contained in:
Yan Lin 2025-11-03 20:34:34 +01:00
parent 5288cbae69
commit 8a8b9eecfa
2 changed files with 9 additions and 2 deletions

View file

@ -20,6 +20,7 @@
exec-once = [ exec-once = [
"ibus-daemon -drx" "ibus-daemon -drx"
"hypridle" "hypridle"
"waybar"
]; ];
# Input configuration # Input configuration
@ -86,8 +87,8 @@
# Misc settings # Misc settings
misc = { misc = {
force_default_wallpaper = 0; force_default_wallpaper = 1;
disable_hyprland_logo = true; disable_hyprland_logo = false;
}; };
# Keybindings # Keybindings
@ -97,6 +98,10 @@
"SUPER, F, fullscreen," "SUPER, F, fullscreen,"
"SUPER, V, togglefloating," "SUPER, V, togglefloating,"
# Application launchers
"SUPER, Return, exec, ghostty"
"SUPER, D, exec, wofi --show drun"
# Vim-style window tiling (replicate GNOME behavior) # Vim-style window tiling (replicate GNOME behavior)
# Super+h: Tile window to left half # Super+h: Tile window to left half
"SUPER, h, exec, hyprctl dispatch togglefloating && hyprctl dispatch resizeactive exact 50% 100% && hyprctl dispatch moveactive exact 0 0 && hyprctl dispatch togglefloating" "SUPER, h, exec, hyprctl dispatch togglefloating && hyprctl dispatch resizeactive exact 50% 100% && hyprctl dispatch moveactive exact 0 0 && hyprctl dispatch togglefloating"

View file

@ -44,5 +44,7 @@
hypridle hypridle
hyprlock hyprlock
tuigreet tuigreet
waybar
wofi
]; ];
} }