mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 16:06:54 +02:00
feat: discord toggle mute bind
This commit is contained in:
parent
8e53bd9334
commit
331d606d13
4 changed files with 7 additions and 3 deletions
|
@ -89,12 +89,13 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
<details>
|
||||
<summary><strong>System Apps</strong></summary>
|
||||
|
||||
- nemo
|
||||
- alacritty
|
||||
- zellij
|
||||
- octoxbps
|
||||
- neofetch
|
||||
- fontmanager
|
||||
- nemo
|
||||
- pavucontrol
|
||||
- gnome-system-monitor
|
||||
- nwg-look
|
||||
- telegram-desktop
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
Modify the game's launch options on Steam to use the created script. Right-click on the game in your Steam Library, choose "Properties," and under the "General" tab, click on "Set Launch Options." Enter the following command:
|
||||
|
||||
```bash
|
||||
gamemoderun mangohud %command%
|
||||
gamemoderun mangohud %command%
|
||||
```
|
||||
or
|
||||
|
||||
|
|
|
@ -35,5 +35,9 @@ windowrulev2= tile,class:^(Steam|steam)$,title:^(Steam)$
|
|||
windowrulev2= animation popin,class:^(Steam|steam)$,title:^(.*)$
|
||||
windowrulev2= stayfocused,class:(steam),title:(^$)
|
||||
|
||||
# discord rules :
|
||||
windowrulev2 = opacity 0.8,class:^(discord)$
|
||||
bind = ,F2,pass,^(discord)$
|
||||
|
||||
# chrome rules :
|
||||
windowrulev2= float,title:^(Google Chrome)$
|
|
@ -6,7 +6,6 @@ windowrulev2 = workspace 1,class:^(chrome|google-chrome|Chrome|Firefox|firefox)$
|
|||
windowrulev2 = workspace 2,class:^(Code)$
|
||||
windowrulev2 = workspace 3,class:^(nekoray|Nekoray)$
|
||||
windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$
|
||||
windowrulev2 = workspace 4,class:^(org.telegram.desktop|telegramdesktop|discord)$
|
||||
windowrulev2 = workspace 5,class:^(Steam|steam)$,title:^(Steam)$
|
||||
windowrulev2 = workspace 6,class:^(Spotify)$
|
||||
windowrulev2 = workspace 7,class:^(.*Gimp.*|blender)$
|
||||
|
|
Loading…
Add table
Reference in a new issue