From 6dd13f8b5132ccef09c2a1d4ca8098c550d6268e Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 15 Dec 2024 20:59:59 +0330 Subject: [PATCH] chore: change startup apps and input and rules --- hypr-configs/dotfiles/hypr/configs/input.conf | 2 +- hypr-configs/dotfiles/hypr/configs/rules/windows.conf | 6 ++++-- .../dotfiles/hypr/configs/rules/workspaces.conf | 11 ++++++----- hypr-configs/dotfiles/hypr/configs/startup.conf | 4 ++-- linux-configs | 2 +- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/hypr-configs/dotfiles/hypr/configs/input.conf b/hypr-configs/dotfiles/hypr/configs/input.conf index 956d40e..a701f16 100644 --- a/hypr-configs/dotfiles/hypr/configs/input.conf +++ b/hypr-configs/dotfiles/hypr/configs/input.conf @@ -12,7 +12,7 @@ input { # follow_mouse = 1 touchpad { - natural_scroll = false + natural_scroll = true disable_while_typing = 0 } } \ No newline at end of file diff --git a/hypr-configs/dotfiles/hypr/configs/rules/windows.conf b/hypr-configs/dotfiles/hypr/configs/rules/windows.conf index db8bb0d..a8c39c1 100644 --- a/hypr-configs/dotfiles/hypr/configs/rules/windows.conf +++ b/hypr-configs/dotfiles/hypr/configs/rules/windows.conf @@ -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)$ diff --git a/hypr-configs/dotfiles/hypr/configs/rules/workspaces.conf b/hypr-configs/dotfiles/hypr/configs/rules/workspaces.conf index 467be44..467feae 100644 --- a/hypr-configs/dotfiles/hypr/configs/rules/workspaces.conf +++ b/hypr-configs/dotfiles/hypr/configs/rules/workspaces.conf @@ -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.*)$ \ No newline at end of file diff --git a/hypr-configs/dotfiles/hypr/configs/startup.conf b/hypr-configs/dotfiles/hypr/configs/startup.conf index b745534..f58fb5e 100644 --- a/hypr-configs/dotfiles/hypr/configs/startup.conf +++ b/hypr-configs/dotfiles/hypr/configs/startup.conf @@ -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 diff --git a/linux-configs b/linux-configs index 5674bcd..2a83591 160000 --- a/linux-configs +++ b/linux-configs @@ -1 +1 @@ -Subproject commit 5674bcde1c2c9c2f29266f72d9d4a6e6853bffb3 +Subproject commit 2a83591ebf999a8cbdd4c5e968e47e815db7f4f6