mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 05:19:07 -04:00
Update tofi, hyprland with rules, waybar with hyprland rules
This commit is contained in:
parent
dc29c5a33c
commit
71bc067f30
3 changed files with 68 additions and 26 deletions
|
@ -160,7 +160,7 @@ misc {
|
|||
# vfr = true
|
||||
|
||||
# animate_mouse_windowdragging = true
|
||||
focus_on_activate = false
|
||||
focus_on_activate = true
|
||||
|
||||
mouse_move_enables_dpms = true
|
||||
key_press_enables_dpms = true
|
||||
|
@ -207,8 +207,30 @@ windowrulev2 = center, title:^(Move files)$
|
|||
# transparency
|
||||
windowrulev2 = opacity 1.0 override 0.9 override, class:^(kitty|foot|footclient|floating-foot|VSCodium|Code)$
|
||||
|
||||
# games
|
||||
# windowrulev2 = workspace 4, class:^(steam_app_*|osu\!|org.prismlauncher.PrismLauncher|steam_app_671860|com.usebottles.bottles|moe.launcher.an-anime-game-launcher|moe.launcher.the-honkers-railway-launcher|genshinimpact.exe|starrail.exe|trackma-*|cs2|csgo_linux64)$
|
||||
# 1 terminal
|
||||
windowrulev2 = workspace 1, class:^(kitty|foot|footclient)$
|
||||
|
||||
# 2 browser
|
||||
windowrulev2 = workspace 2, class:^(mullvadbrowser|floorp|firefox*|Pulse Browser|librewolf*|LibreWolf*|org.qutebrowser.qutebrowser|chromium|thorium*|brave*|vivaldi*)
|
||||
|
||||
# 3 files
|
||||
windowrulev2 = workspace 3, class:^(thunar|org.qbittorrent.qBittorrent|org.kde.dolphin|pcmanfm-qt|deluge)$|^(org.gnome.Nautilus)$|^(org.gnome.NautilusDevel)$|^(nemo*)|fm-term
|
||||
windowrulev2 = workspace 3, title:^Syncplay*
|
||||
|
||||
# 4 games, gaming
|
||||
windowrulev2 = workspace 4, class:^(steam_app_*|osu\!|org.prismlauncher.PrismLauncher|steam_app_671860|com.usebottles.bottles|moe.launcher.an-anime-game-launcher|moe.launcher.the-honkers-railway-launcher|genshinimpact.exe|starrail.exe|trackma-*|cs2|csgo_linux64)$
|
||||
|
||||
# 5 code
|
||||
windowrulev2 = workspace 5, class:^(VSCodium|org.remmina.Remmina|Code|Pixelorama)$
|
||||
|
||||
# 6 media
|
||||
windowrulev2 = workspace 6, class:^(mpv|Spotify)$
|
||||
|
||||
# 7 communication
|
||||
windowrulev2 = workspace 7, class:^(WebCord|discord|org.telegram.desktop|Signal|teams-for-linux)$
|
||||
|
||||
# 8 settings
|
||||
windowrulev2 = workspace 9, class:^(sc-controller|pavucontrol)$
|
||||
|
||||
|
||||
####################
|
||||
|
@ -446,7 +468,7 @@ env = QT_QPA_PLATFORMTHEME,qt6ct
|
|||
env = HYPRCURSOR_SIZE,24
|
||||
env = XCURSOR_SIZE,24
|
||||
#env = HYPRCURSOR_THEME,qogir_hl
|
||||
#env = XCURSOR_THEME,Qogir
|
||||
env = XCURSOR_THEME,Qogir-dark
|
||||
#env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue