1
0

binds en settings voor monitor fix

This commit is contained in:
2023-03-14 10:49:57 +01:00
parent dc12922fab
commit 19477a99f3
+4 -5
View File
@@ -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"