From ae7adf04a4e6ab85b9bee652d8216af901c25e76 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Thu, 23 May 2024 13:10:46 +0530 Subject: hypr: enable HiDPI 144Hz, ext HDMI, natural scroll, disable swallow for footerm, updayr window rule, keybinds and unused mouse config --- .config/hypr/hyprland.conf | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a4a9d50..5c2d1a8 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,5 +1,6 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=eDP-1,1920x1080@60,0x0,1.00,transform,0 +monitor=eDP-1,1920x1080@144,0x0,1.00,transform,0 +monitor=HDMI-A-1,1920x1080@144,0x0,1.00,transform,0,mirror,eDP-1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -34,7 +35,7 @@ input { touchpad { disable_while_typing = false - natural_scroll = false + natural_scroll = true tap-to-click=yes } @@ -104,8 +105,8 @@ gestures { } Misc { - enable_swallow = true - swallow_regex = ^(foot)$ +# enable_swallow = true +# swallow_regex = ^(foot)$ } binds { @@ -117,9 +118,9 @@ binds { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more -device:epic-mouse-v1 { - sensitivity = -0.5 -} +#device:epic-mouse-v1 { +# sensitivity = -0.5 +#} # Example windowrule v1 # windowrule = float, ^(kitty)$ @@ -129,6 +130,7 @@ device:epic-mouse-v1 { # Spotify does not follow window rules. This is because the client sets its class after the window has opened, thus making it “immune” to windowrules. windowrulev2=workspace 9,class:^(Spotify)$ +windowrulev2=opacity 1.0 1.0,class:^(obsidian)$ #windowrulev2=workspace 9,class:^(Spotify)$,title:^(Spotify)$ # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -178,9 +180,10 @@ bind = $MOD SHIFT, E, exec, thunderbird # Launch protonmail bind = $MOD ALT, E, exec, qutebrowser https://mail.proton.me/u/0/inbox # Launch teams -bind = $MOD SHIFT, T, exec, qutebrowser https://teams.microsoft.com +# bind = $MOD SHIFT, T, exec, qutebrowser https://teams.microsoft.com +bind = $MOD SHIFT, T, exec, teams # Launch spotify -bind = $MOD SHIFT, M, exec, sp +bind = $MOD SHIFT, M, exec, spotify # Launch discord bind = $MOD SHIFT, D, exec, webcord # Launch telegram -- cgit v1.2.3