Замена менеджера буфера обмена clipse → clipton

This commit is contained in:
2025-12-03 17:43:13 +07:00
parent 96b94f4369
commit 6e576d5690
3 changed files with 14 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ AyuGram &
#telegram-desktop & #telegram-desktop &
#kotatogram-desktop & #kotatogram-desktop &
###ripcord & ###ripcord &
openrgb --startminimized --profile "zloy" & openrgb --startminimized --profile "tenkoff" &
#obsidian & #obsidian &
# Move cursor center display # Move cursor center display
@@ -218,7 +218,8 @@ keepassxc &
#/usr/bin/clipton watcher & #/usr/bin/clipton watcher &
easyeffects --gapplication-service easyeffects --gapplication-service
blueman-applet & blueman-applet &
clipse --listen-shell & #clipse --listen-shell &
#clipse --listen %f
###systemctl --user start polybar.service ###systemctl --user start polybar.service
#sleep 5 #sleep 5

View File

@@ -235,8 +235,8 @@ alt + x
# Clipton clipboard rofi # Clipton clipboard rofi
alt + z alt + z
# clipton clipton
~/.config/bspwm/scripts/clipse.sh # ~/.config/bspwm/scripts/clipse.sh
# kitty --class clipse -e 'clipse' # kitty --class clipse -e 'clipse'
alt + f alt + f

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Daemon for Clipton (Clipboard Manager)
[Service]
Type=simple
ExecStart=/usr/bin/clipton watcher
[Install]
WantedBy=graphical.target