Add .config/hypr/apps.conf
Add .config/hypr/apps/browser.conf Add .config/hypr/apps/hyprshot.conf Add .config/hypr/apps/jetbrains.conf Add .config/hypr/apps/localsend.conf Add .config/hypr/apps/pip.conf Add .config/hypr/apps/qemu.conf Add .config/hypr/apps/retroarch.conf Add .config/hypr/apps/steam.conf Add .config/hypr/apps/system.conf Add .config/hypr/apps/terminals.conf Add .config/hypr/apps/walker.conf Add .config/hypr/autostart.conf Add .config/hypr/bindings.conf Add .config/hypr/envs.conf Add .config/hypr/hypridle.conf Add .config/hypr/hyprland.conf Add .config/hypr/hyprlock.conf Add .config/hypr/hyprsunset.conf Add .config/hypr/input.conf Add .config/hypr/looknfeel.conf Add .config/hypr/monitors.conf Add .config/hypr/opts/animated_borders.conf Add .config/hypr/opts/dimaround_walker.conf Add .config/hypr/opts/hyprexpo.conf Add .config/hypr/opts/hyprscrolling.conf Add .config/hypr/opts/split-monitor-workspaces.conf Add .config/hypr/windows.conf
This commit is contained in:
parent
e7e69b263d
commit
c872cacb0b
28 changed files with 638 additions and 0 deletions
13
private_dot_config/hypr/apps/system.conf
Normal file
13
private_dot_config/hypr/apps/system.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Floating windows
|
||||
windowrule = float, tag:floating-window
|
||||
windowrule = center, tag:floating-window
|
||||
windowrule = size 800 600, tag:floating-window
|
||||
|
||||
windowrule = tag +floating-window, class:(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|com.gabm.satty|Omarchy|About|TUI.float)
|
||||
windowrule = tag +floating-window, class:(xdg-desktop-portal-gtk|sublime_text|DesktopEditors|org.gnome.Nautilus), title:^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files)
|
||||
|
||||
# Fullscreen screensaver
|
||||
windowrule = fullscreen, class:Screensaver
|
||||
|
||||
# No transparency on media windows
|
||||
windowrule = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|
||||
Loading…
Add table
Add a link
Reference in a new issue