mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-12 03:56:56 +02:00
chore: change startup apps and input and rules
This commit is contained in:
parent
28ebecf3e5
commit
6dd13f8b51
5 changed files with 14 additions and 11 deletions
|
@ -12,7 +12,7 @@ input {
|
|||
# follow_mouse = 1
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
natural_scroll = true
|
||||
disable_while_typing = 0
|
||||
}
|
||||
}
|
|
@ -39,8 +39,10 @@ windowrulev2 = opacity 0.8,class:^(Firefox)$,title:^(Library)$
|
|||
windowrulev2 = center,class:^(Firefox)$,title:^(Library)$
|
||||
|
||||
# telegram rules :
|
||||
windowrulev2 = float,class:^(org.telegram.desktop|telegramdesktop)$,title:^(Media viewer)$
|
||||
windowrulev2 = animation popin,class:^(org.telegram.desktop|telegramdesktop)$
|
||||
# windowrulev2 = float,class:^(org.telegram.desktop|telegramdesktop)$,title:^(Media viewer)$
|
||||
# windowrulev2 = animation popin,class:^(org.telegram.desktop|telegramdesktop)$
|
||||
windowrulev2 = tile, class:^(Google-chrome)$, title:^(.*Telegram Web.*)$
|
||||
|
||||
|
||||
# discord rules :
|
||||
# windowrulev2 = opacity 0.8,class:^(discord)$
|
||||
|
|
|
@ -4,10 +4,11 @@
|
|||
|
||||
windowrulev2 = workspace special:$networks_workspace,class:^(nekoray|Nekoray|hiddify|v2rayN)$
|
||||
|
||||
windowrulev2 = workspace 1,class:^(Google-chrome|Thorium-browser|chrome|google-chrome|Chrome|Firefox|firefox|FreeTube)$
|
||||
windowrulev2 = workspace 2,class:^(code-url-handler|code|Code|Code - OSS|.*jetbrains.*)$
|
||||
windowrulev2 = workspace 3,class:^(org.telegram.desktop|telegramdesktop|discord|vesktop)$
|
||||
windowrulev2 = workspace 4,class:^(Steam|steam)$,title:^(steam|Steam)$
|
||||
windowrulev2 = workspace 5,class:^(Spotify)$
|
||||
windowrulev2 = workspace 1, class:^(Google-chrome|Thorium-browser|chrome|google-chrome|Chrome|Firefox|firefox|FreeTube)$
|
||||
windowrulev2 = workspace 2, class:^(code-url-handler|code|Code|Code - OSS|.*jetbrains.*)$
|
||||
windowrulev2 = workspace 3, class:^(.*[Tt]elegram.*)$
|
||||
windowrulev2 = workspace 3, class:^(Google-chrome)$, title:^(.*Telegram Web.*)$
|
||||
windowrulev2 = workspace 4, class:^(Steam|steam)$,title:^(steam|Steam)$
|
||||
windowrulev2 = workspace 5, class:^(Spotify)$
|
||||
# windowrulev2 = workspace 6,title:^(.*PCSX2.*)$
|
||||
# windowrulev2 = workspace 7,class:^(.*Gimp.*|blender|.*steam_app.*)$
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
# exec-once = [workspace 3 silent] $terminal -e btop
|
||||
# exec-once = [workspace 3 silent] nekoray
|
||||
exec-once = [workspace 3 silent] $terminal -e htop
|
||||
# exec-once = [workspace 3 silent] $terminal -e htop
|
||||
|
||||
# exec-once = [workspace special:$networks_workspace silent] $zterminal
|
||||
exec-once = [workspace special:$networks_workspace silent] $terminal
|
||||
# exec-once = [workspace special:$networks_workspace silent] $terminal bandwhich
|
||||
exec-once = [workspace special:$networks_workspace silent] $terminal -e bandwhich
|
||||
|
||||
# exec-once = [workspace special:$magic_workspace silent] $terminal -e tty-clock -c
|
||||
exec-once = [workspace special:$magic_workspace silent] $zterminal
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5674bcde1c2c9c2f29266f72d9d4a6e6853bffb3
|
||||
Subproject commit 2a83591ebf999a8cbdd4c5e968e47e815db7f4f6
|
Loading…
Add table
Reference in a new issue