From 19477a99f36ec364c23292c01810dedbdd841540 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Tue, 14 Mar 2023 10:49:57 +0100 Subject: [PATCH] binds en settings voor monitor fix --- .config/hypr/hyprland.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 938f906..9fa7bbd 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -21,15 +21,14 @@ monitor=,preferred,auto,1 workspace=$scr_left,2 workspace=$scr_right,3 - - source = ~/.cache/wal/hypr-colors.conf # https://wiki.hyprland.org/Configuring/Variables/#input input { kb_layout = us kb_variant = intl - follow_mouse = 2 + numlock_by_default = true + follow_mouse = 1 repeat_delay = 300 repeat_rate = 30 } @@ -80,8 +79,7 @@ dwindle { } misc { - no_vfr = false - focus_on_activate = false + focus_on_activate = true disable_hyprland_logo = true disable_splash_rendering = true } @@ -140,6 +138,7 @@ bind = $Mod SHIFT CTRL, Backspace, exit bind = $Mod, O, exec, ~/.scripts/wallpaper; $bar bind = $Mod SHIFT, O, exec, ~/.scripts/wallpaper-upload bind = $Mod, B, exec, killall -9 waybar; $bar +bind = $Mod SHIFT, X, exec, sleep 1 && hyprctl dispatch dpms off && sleep 1 && hyprctl dispatch dpms on bind = , Print, exec, grim -g "$(slurp)" - | wl-copy bind = CTRL, Print, exec, grim -g "$(slurp)" ~/screenshot.png && notify-send -i ~/screenshot.png "Screenshot saved"