Update multiple configs
This commit is contained in:
parent
1213f06bfc
commit
d8439473fb
12 changed files with 23 additions and 6 deletions
|
@ -4,6 +4,7 @@ bind = $main_mod, return, exec, $TERMINAL
|
|||
bind = $main_mod SHIFT, return, exec, [float] $TERMINAL
|
||||
|
||||
bind = $main_mod, Q, killactive,
|
||||
bind = $main_mod SHIFT, Q, forcekillactive,
|
||||
bind = $main_mod, S, togglefloating,
|
||||
bind = $main_mod, F, fullscreen,
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ source = ~/.config/hypr/vars.conf
|
|||
source = ~/.config/hypr/binds.conf
|
||||
source = ~/.config/hypr/rules.conf
|
||||
|
||||
exec-once = autostart-manage start wallpaper
|
||||
exec-once = autostart-manage sync wayland,hyprland
|
||||
exec-once = autostart-manage run-wayland
|
||||
exec = xsetroot -cursor_name left_ptr
|
||||
|
|
|
@ -46,7 +46,7 @@ windowrulev2 = float, class:(thunderbird), title:(Reminder)
|
|||
|
||||
windowrulev2 = float, class:(org.keepassxc.KeePassXC), title:(KeePassXC - Browser Access Request)
|
||||
|
||||
windowrulev2 = float, class:(Pinetry-gtk-2)
|
||||
windowrulev2 = stayfocused, class:(Pinentry-gtk)
|
||||
|
||||
windowrulev2 = fullscreen, class:(FreeTube)
|
||||
|
||||
|
@ -64,6 +64,7 @@ windowrulev2 = float, class:(zenity), title:^(Progress)
|
|||
windowrulev2 = noinitialfocus, class:(steam), title:^(Friends List)
|
||||
windowrulev2 = workspace $ws_chat silent, class:(steam), title:^(Friends List)
|
||||
|
||||
windowrulev2 = fullscreen, class:^Minecraft
|
||||
windowrulev2 = fullscreen, class:^cs2$
|
||||
windowrulev2 = workspace $ws_focus, class:^cs2$
|
||||
windowrulev2 = fullscreen, class:^factorio$
|
||||
|
|
|
@ -36,6 +36,9 @@ cursor {
|
|||
misc {
|
||||
disable_hyprland_logo = true
|
||||
background_color = 0x1E1F29
|
||||
|
||||
#anr_missed_pings = 10
|
||||
enable_anr_dialog = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue