Update hyprland.conf

This commit is contained in:
FURK4NGG
2025-09-02 14:27:11 +03:00
committed by GitHub
parent bda5861862
commit 12e7d4e29b
+6 -3
View File
@@ -42,6 +42,9 @@ $lock = hyprlock
$menu = cliphist list | rofi -dmenu | cliphist decode | wl-copy $menu = cliphist list | rofi -dmenu | cliphist decode | wl-copy
$terminal = kitty $terminal = kitty
$screenprint = ~/.config/scripts/screenprint.sh
$screenrec = ~/.config/scripts/screenrec.sh
$screenrecstop = ~/.config/scripts/screenrecstop.sh
################# #################
### AUTOSTART ### ### AUTOSTART ###
@@ -260,9 +263,9 @@ bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, B, togglesplit, # dwindle bind = $mainMod, B, togglesplit, # dwindle
bind = $mainMod, A, exec, $menu bind = $mainMod, A, exec, $menu
bind = ALT, SPACE, exec, rofi -show drun -show-icons bind = ALT, SPACE, exec, rofi -show drun -show-icons
bind = $mainMod, Print, exec, bash -c 'grim "$HOME/Resimler/tam-ekran-$(date +%Y%m%d-%H%M%S).png" && notify-send "Ekran görüntüsü alındı"' bind = $mainMod, Print, exec, $screenprint
bind = $mainMod SHIFT, Print, exec, notify-send "Ekran kaydı basladı" && wf-recorder -f ~/Resimler/screen_capture_$(date +%Y%m%d-%H%M%S).mp4 -a alsa_output.pci-0000_0d_00.6.analog-stereo.monitor bind = $mainMod SHIFT, Print, exec, $screenrec
bind = $mainMod SHIFT, PAUSE, exec, pkill wf-recorder && notify-send "Ekran kaydı alındı" bind = $mainMod SHIFT, PAUSE, exec, $screenrecstop
bind = $mainMod, D, exec, swaync-client -t bind = $mainMod, D, exec, swaync-client -t
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys