modify hyprland config

This commit is contained in:
Simon Rieger 2025-04-25 09:58:05 +02:00
parent 1d45200cd3
commit a3c6041366
2 changed files with 11 additions and 0 deletions

View file

@ -14,6 +14,7 @@ bind = $mainMod, Y, exec, cliphist list | fuzzel --dmenu | { read selection && [
bind = $mainMod+Shift, Y, exec, ~/.config/fuzzel/fuzzel-rbw.sh bind = $mainMod+Shift, Y, exec, ~/.config/fuzzel/fuzzel-rbw.sh
bind = $mainMod+Shift, M, exec, ~/.config/hypr/scripts/power.sh exit bind = $mainMod+Shift, M, exec, ~/.config/hypr/scripts/power.sh exit
bind = $mainMod+Shift, N, exec, swaync-client -t -sw bind = $mainMod+Shift, N, exec, swaync-client -t -sw
bind = $mainMod+Shift, P, exec, ~/.config/hypr/scripts/dotool_wp-paste.sh
bind = $mainMod, E, exec, $fileManager bind = $mainMod, E, exec, $fileManager
bind = $mainMod, F, fullscreen, bind = $mainMod, F, fullscreen,
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,

View file

@ -0,0 +1,10 @@
#!/bin/bash
sleep 1
content=$(wl-paste)
{
echo "typedelay 100"
echo "type $content"
} | DOTOOL_XKB_LAYOUT=de dotool && \
notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt"