modify hyprland config
This commit is contained in:
parent
1d45200cd3
commit
a3c6041366
2 changed files with 11 additions and 0 deletions
|
@ -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, M, exec, ~/.config/hypr/scripts/power.sh exit
|
||||
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, F, fullscreen,
|
||||
bind = $mainMod, V, togglefloating,
|
||||
|
|
10
dot_config/hypr/scripts/executable_dotool_wp-paste.sh
Normal file
10
dot_config/hypr/scripts/executable_dotool_wp-paste.sh
Normal 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"
|
Loading…
Add table
Reference in a new issue