From 57b9caf371e152a439da6765dc736a2e286b4521 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 9 Jan 2024 18:33:29 +0100 Subject: [PATCH] =?UTF-8?q?Hyprland=20:=20ajout=20de=20quelques=20options,?= =?UTF-8?q?=20pr=C3=AAt=20pour=20le=20merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/hypr/hyprland.d/bindings.conf | 2 +- config/hypr/hyprland.d/input.conf | 6 ++++++ config/hypr/hyprland.d/startup.conf | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprland.d/bindings.conf b/config/hypr/hyprland.d/bindings.conf index 19f3199..86549c0 100644 --- a/config/hypr/hyprland.d/bindings.conf +++ b/config/hypr/hyprland.d/bindings.conf @@ -20,7 +20,7 @@ bind = SUPER Alt_L, Return, exec, hyprswapworkspaces # Windows bindm = SUPER, mouse:272, movewindow bindm = SUPER, mouse:273, resizewindow -bind = SUPER SHIFT, Q, hy3:killactive +bind = SUPER SHIFT, Q, killactive bind = SUPER SHIFT, 10, movetoworkspacesilent, 1 bind = SUPER SHIFT, 11, movetoworkspacesilent, 2 bind = SUPER SHIFT, 12, movetoworkspacesilent, 3 diff --git a/config/hypr/hyprland.d/input.conf b/config/hypr/hyprland.d/input.conf index 3fefe33..119539f 100644 --- a/config/hypr/hyprland.d/input.conf +++ b/config/hypr/hyprland.d/input.conf @@ -9,4 +9,10 @@ input { # Mouse sensitivity = 0.0 accel_profile = flat + + # Touchpad + touchpad { + disable_while_typing = false + natural_scroll = true + } } diff --git a/config/hypr/hyprland.d/startup.conf b/config/hypr/hyprland.d/startup.conf index 60176ec..0d1d7ff 100644 --- a/config/hypr/hyprland.d/startup.conf +++ b/config/hypr/hyprland.d/startup.conf @@ -1,3 +1,8 @@ # Wallpaper exec-once = hyprpaper + +# XDG compliance exec-once = hyprxdg + +# SwayOSD +exec-once = swayosd-server