mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
cliphist: clear at power up
This commit is contained in:
@@ -206,8 +206,10 @@ in {
|
|||||||
"blueman-applet" # systray app for Bluetooth
|
"blueman-applet" # systray app for Bluetooth
|
||||||
"udiskie --no-automount --smart-tray" # front-end that allows to manage removable media
|
"udiskie --no-automount --smart-tray" # front-end that allows to manage removable media
|
||||||
"nm-applet --indicator" # systray app for Network/wifi
|
"nm-applet --indicator" # systray app for Network/wifi
|
||||||
"wl-paste --type text --watch cliphist store" # clipboard store text data
|
#setups clipboard
|
||||||
"wl-paste --type image --watch cliphist store" # clipboard store image data
|
"rm -rf ~/.cache/cliphist/ && wl-paste --type text --watch cliphist store & wl-paste --type image --watch cliphist store"
|
||||||
|
#"wl-paste --type text --watch cliphist store" # clipboard store text data
|
||||||
|
#"wl-paste --type image --watch cliphist store" # clipboard store image data
|
||||||
"custom-batterynotify"
|
"custom-batterynotify"
|
||||||
"custom-batterywarning"
|
"custom-batterywarning"
|
||||||
"birdtray" # thunderbird tray app
|
"birdtray" # thunderbird tray app
|
||||||
|
|||||||
Reference in New Issue
Block a user