normal update
This commit is contained in:
parent
cff1deb93f
commit
8137ce7e25
10 changed files with 48 additions and 88 deletions
|
|
@ -19,10 +19,10 @@ exec-once = swaync
|
|||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = eww daemon
|
||||
|
||||
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
exec-once = hyprpaper
|
||||
exec-once = /home/rafayahmad/dotfiles/scripts/brightnessWidget.sh
|
||||
exec-once = ~/dotfiles/scripts/battWarning.sh
|
||||
exec-once = ~/dotfiles/scripts/youtubeBlocker.py
|
||||
exec-once = ~/dotfiles/scripts/youtubeBlocker.sh
|
||||
|
||||
exec-once = [workspace special:fluffychat silent] GTK_CSD=0 /opt/fluffychat/fluffychat
|
||||
exec-once = [workspace special:thunderbird silent] thunderbird
|
||||
|
|
@ -142,10 +142,9 @@ misc {
|
|||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
# windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
|
||||
windowrulev2 = pin, class:(Rofi)
|
||||
windowrulev2 = float, class:(clipse)
|
||||
windowrulev2 = size 700 600, class:(clipse)
|
||||
windowrulev2 = float, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$
|
||||
windowrulev2 = size 900 600, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$
|
||||
windowrulev2 = float, class:(org.gnome.Calculator)
|
||||
windowrulev2 = size 500 700, class:(org.gnome.Calculator)
|
||||
windowrule = match:class clipse, float 1
|
||||
windowrule = match:class clipse, size 700 600
|
||||
windowrule = match:class ^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$, float 1
|
||||
windowrule = match:class ^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$, size 900 600
|
||||
windowrule = match:class org.gnome.Calculator, float 1
|
||||
windowrule = match:class org.gnome.Calculator, size 500 700
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue