minor fix
This commit is contained in:
parent
5288cbae69
commit
8a8b9eecfa
2 changed files with 9 additions and 2 deletions
|
|
@ -20,6 +20,7 @@
|
|||
exec-once = [
|
||||
"ibus-daemon -drx"
|
||||
"hypridle"
|
||||
"waybar"
|
||||
];
|
||||
|
||||
# Input configuration
|
||||
|
|
@ -86,8 +87,8 @@
|
|||
|
||||
# Misc settings
|
||||
misc = {
|
||||
force_default_wallpaper = 0;
|
||||
disable_hyprland_logo = true;
|
||||
force_default_wallpaper = 1;
|
||||
disable_hyprland_logo = false;
|
||||
};
|
||||
|
||||
# Keybindings
|
||||
|
|
@ -97,6 +98,10 @@
|
|||
"SUPER, F, fullscreen,"
|
||||
"SUPER, V, togglefloating,"
|
||||
|
||||
# Application launchers
|
||||
"SUPER, Return, exec, ghostty"
|
||||
"SUPER, D, exec, wofi --show drun"
|
||||
|
||||
# Vim-style window tiling (replicate GNOME behavior)
|
||||
# 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"
|
||||
|
|
|
|||
|
|
@ -44,5 +44,7 @@
|
|||
hypridle
|
||||
hyprlock
|
||||
tuigreet
|
||||
waybar
|
||||
wofi
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue