diff --git a/README.md b/README.md index aca383c..be22605 100644 --- a/README.md +++ b/README.md @@ -89,12 +89,13 @@ The following packages are required for the proper functioning of Hyprland on Vo
System Apps - - nemo - alacritty - zellij - octoxbps - neofetch - fontmanager + - nemo + - pavucontrol - gnome-system-monitor - nwg-look - telegram-desktop diff --git a/guides/steam-void.md b/guides/steam-void.md index afaded0..f5453cf 100644 --- a/guides/steam-void.md +++ b/guides/steam-void.md @@ -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 diff --git a/hyprland/.config/hypr/conf/rules/windows.conf b/hyprland/.config/hypr/conf/rules/windows.conf index 6ff9457..ae08fb0 100644 --- a/hyprland/.config/hypr/conf/rules/windows.conf +++ b/hyprland/.config/hypr/conf/rules/windows.conf @@ -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)$ \ No newline at end of file diff --git a/hyprland/.config/hypr/conf/rules/workspaces.conf b/hyprland/.config/hypr/conf/rules/workspaces.conf index 232026b..ec5ac2f 100644 --- a/hyprland/.config/hypr/conf/rules/workspaces.conf +++ b/hyprland/.config/hypr/conf/rules/workspaces.conf @@ -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)$