change clipboard to native
This commit is contained in:
parent
26ddc9752d
commit
5d47871d4f
3 changed files with 26 additions and 1 deletions
5
dot_config/fuzzel/executable_fuzzel-klipper.sh
Normal file
5
dot_config/fuzzel/executable_fuzzel-klipper.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
text=$(qdbus org.kde.klipper /klipper getClipboardHistoryMenu | fuzzel -d)
|
||||||
|
|
||||||
|
[[ $text != "" ]] && wl-copy $text
|
20
kde-config/private_shortcuts.kksrc
Normal file
20
kde-config/private_shortcuts.kksrc
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
[Custom Commands][fuzzel.desktop]
|
||||||
|
Exec=fuzzel
|
||||||
|
Name=fuzzel
|
||||||
|
|
||||||
|
[Custom Commands][net.local.fuzzel-klipper.sh.desktop]
|
||||||
|
Exec=/home/simono41/.config/fuzzel/fuzzel-klipper.sh
|
||||||
|
Name=fuzzel-klipper
|
||||||
|
|
||||||
|
[Custom Commands][net.local.fuzzel-rbw.sh-2.desktop]
|
||||||
|
Exec=~/.config/fuzzel/fuzzel-rbw.sh
|
||||||
|
Name=
|
||||||
|
|
||||||
|
[fuzzel.desktop][Global Shortcuts]
|
||||||
|
_launch=Alt+D
|
||||||
|
|
||||||
|
[net.local.fuzzel-klipper.sh.desktop][Global Shortcuts]
|
||||||
|
_launch=Alt+Y
|
||||||
|
|
||||||
|
[net.local.fuzzel-rbw.sh-2.desktop][Global Shortcuts]
|
||||||
|
_launch=Alt+Shift+Y
|
2
scripts/executable_kde-autostart.sh
Executable file → Normal file
2
scripts/executable_kde-autostart.sh
Executable file → Normal file
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
wl-paste -t text --watch clipman store &
|
#wl-paste -t text --watch clipman store &
|
||||||
|
|
||||||
#~/scripts/phillips_hue-sync.sh &
|
#~/scripts/phillips_hue-sync.sh &
|
||||||
|
|
Loading…
Reference in a new issue