1
1
Fork 0

clipboard: revert back to clipse

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-24 18:21:27 -05:00
parent f5ac3d34ac
commit 5a95ba0524
Signed by: myned
GPG key ID: C7224454F7881A34
3 changed files with 9 additions and 3 deletions

View file

@ -236,8 +236,8 @@ in {
(key "T" "Super" "togglespecialworkspace" "terminal")
(key "T" "Super+Shift" "movetoworkspacesilent" "special:terminal")
(key "T" "Super+Shift" "exec" kitty)
(key "V" "Super" "exec" "${menu} --clipboard")
(key "V" "Super+Shift" "exec" "${rm} ~/.cache/walker/clipboard.gob; ${notify-send} walker 'Clipboard cleared' --urgency low")
(key "V" "Super" "exec" "${kitty} --app-id clipboard --override font_size=12 ${clipse}")
(key "V" "Super+Shift" "exec" "${clipse} --clear && ${notify-send} clipse 'Clipboard cleared' --urgency low")
(key "W" "Super" "togglespecialworkspace" "vm")
(key "W" "Super+Ctrl" "exec" "${vm} -x ${
if config.custom.hidpi

View file

@ -70,7 +70,8 @@ in {
exec-once =
[
sway-audio-idle-inhibit # Inhibit idle while audio is playing
"${rm} ~/.cache/walker/clipboard.gob" # Clear clipboard
"${clipse} --clear" # Clear clipboard history
"${clipse} --listen" # Monitor clipboard
"[group new lock; tile] ${firefox-esr}"
]
++ optionals config.custom.wallpaper ["wallpaper"];

View file

@ -31,6 +31,11 @@ in {
ignore_mouse = true; # Hover interrupts keyboard selections
search.placeholder = "";
disabled = [
# BUG: Applications such as GNOME Files require multiple copy operations to register
"clipboard"
];
# https://github.com/abenz1267/walker/wiki/Modules
# https://www.nerdfonts.com/cheat-sheet
builtins = {