fixes windowrules
This commit is contained in:
@ -6,7 +6,6 @@ source = ~/.config/hypr/config/defaults.conf
|
||||
|
||||
# Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
|
||||
|
||||
exec-once = swaybg -o \* -i /usr/share/wallpapers/cachyos-wallpapers/Skyscraper.png -m fill
|
||||
exec-once = waybar &
|
||||
exec-once = fcitx5 -d &
|
||||
exec-once = mako &
|
||||
|
@ -2,7 +2,7 @@
|
||||
# ┃ Defaults Configuration ┃
|
||||
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||
|
||||
$filemanager =
|
||||
$filemanager = dolphin
|
||||
$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
|
||||
$terminal = alacritty
|
||||
$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Windows Rules https://wiki.hyprland.org/0.45.0/Configuring/Window-Rules/ #
|
||||
|
||||
# Float Necessary Windows
|
||||
windowrule = float, Rofi
|
||||
windowrule = float, title:Rofi
|
||||
windowrulev2 = float, class:^(org.pulseaudio.pavucontrol)
|
||||
windowrulev2 = float, class:^()$,title:^(Picture in picture)$
|
||||
windowrulev2 = float, class:^()$,title:^(Save File)$
|
||||
|
@ -1 +0,0 @@
|
||||
workspace = 3, on-created-empty:$applauncher
|
Reference in New Issue
Block a user