updated hyprland config
This commit is contained in:
@@ -105,6 +105,7 @@ input {
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
tap = true
|
||||
tap-to-click = true
|
||||
middle_button_emulation = true
|
||||
disable_while_typing = true
|
||||
|
@@ -52,8 +52,13 @@ bind = $mainMod SHIFT, A, exec, $notclose
|
||||
bind = $mainMod CTRL, A, exec, $notcloseall
|
||||
|
||||
# Screenshots (use your Satty build like desktop)
|
||||
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, 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, 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)
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
@@ -8,6 +8,7 @@ exec = hyprpaper -c $HOME/.config/hyprpaper.conf
|
||||
exec = swayosd-server
|
||||
exec-once = hypridle
|
||||
|
||||
|
||||
# Laptop applets (only if present)
|
||||
exec-once = bash -lc 'command -v nm-applet >/dev/null && nm-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' \
|
||||
before-sleep 'swaylock -f -c 000000'
|
||||
|
||||
exec-once = pkill mako; mako
|
||||
exec-once = pkill wl-paste; wl-paste -t text --watch clipman store
|
||||
|
Reference in New Issue
Block a user