updated hyprland config

This commit is contained in:
2025-09-19 18:35:45 +02:00
parent 3e8943104e
commit c99843abd4
3 changed files with 11 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ input {
follow_mouse = 1 follow_mouse = 1
touchpad { touchpad {
natural_scroll = true natural_scroll = true
tap = true
tap-to-click = true tap-to-click = true
middle_button_emulation = true middle_button_emulation = true
disable_while_typing = true disable_while_typing = true

View File

@@ -52,8 +52,13 @@ bind = $mainMod SHIFT, A, exec, $notclose
bind = $mainMod CTRL, A, exec, $notcloseall bind = $mainMod CTRL, A, exec, $notcloseall
# Screenshots (use your Satty build like desktop) # Screenshots (use your Satty build like desktop)
bind = ALT SHIFT, 3, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit output #bind = ALT SHIFT, 3, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit output
bind = ALT SHIFT, 4, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit area #bind = ALT SHIFT, 4, exec, GRIMBLAST_EDITOR="satty -f" grimblast --notify edit area
bind = ALT SHIFT, 3, exec, grim ~/Pictures/screenshot-$(date + '%F_%T').png
bind = ALT SHIFT, 4, exec, grim -g "$(slurp)" ~/Pictures/screenshot-$(date + '%F_%T').png
bind = ALT SHIFT, 5, exec, pkill -f wf-recorder || wf-recorder -g "$(slurp)" -f ~/Videos/recording-$(date + '%F_%T').mp4
bind = CTRL ALT SHIFT, 5, exec, pkill -f wf-recorder
# Focus / move (arrows like desktop) # Focus / move (arrows like desktop)
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l

View File

@@ -8,6 +8,7 @@ exec = hyprpaper -c $HOME/.config/hyprpaper.conf
exec = swayosd-server exec = swayosd-server
exec-once = hypridle exec-once = hypridle
# Laptop applets (only if present) # Laptop applets (only if present)
exec-once = bash -lc 'command -v nm-applet >/dev/null && nm-applet &' exec-once = bash -lc 'command -v nm-applet >/dev/null && nm-applet &'
exec-once = bash -lc 'command -v blueman-applet >/dev/null && blueman-applet &' exec-once = bash -lc 'command -v blueman-applet >/dev/null && blueman-applet &'
@@ -19,3 +20,5 @@ exec-once = pkill swayidle; swayidle \
resume 'hyprctl dispatch dpms on' \ resume 'hyprctl dispatch dpms on' \
before-sleep 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
exec-once = pkill mako; mako
exec-once = pkill wl-paste; wl-paste -t text --watch clipman store