From 6e576d5690be2b7c89252766bf0745838253ab91 Mon Sep 17 00:00:00 2001 From: zloy_linux Date: Wed, 3 Dec 2025 17:43:13 +0700 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D0=B4=D0=B6=D0=B5=D1=80=D0=B0=20=D0=B1=D1=83?= =?UTF-8?q?=D1=84=D0=B5=D1=80=D0=B0=20=D0=BE=D0=B1=D0=BC=D0=B5=D0=BD=D0=B0?= =?UTF-8?q?=20clipse=20=E2=86=92=20clipton?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/bspwm/bspwmrc | 5 +++-- config/sxhkd/sxhkdrc | 4 ++-- config/systemd/user/clipton.service | 9 +++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 config/systemd/user/clipton.service diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 39960c2..db889cc 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -196,7 +196,7 @@ AyuGram & #telegram-desktop & #kotatogram-desktop & ###ripcord & -openrgb --startminimized --profile "zloy" & +openrgb --startminimized --profile "tenkoff" & #obsidian & # Move cursor center display @@ -218,7 +218,8 @@ keepassxc & #/usr/bin/clipton watcher & easyeffects --gapplication-service blueman-applet & -clipse --listen-shell & +#clipse --listen-shell & +#clipse --listen %f ###systemctl --user start polybar.service #sleep 5 diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 885c415..858287d 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -235,8 +235,8 @@ alt + x # Clipton clipboard rofi alt + z -# clipton - ~/.config/bspwm/scripts/clipse.sh + clipton +# ~/.config/bspwm/scripts/clipse.sh # kitty --class clipse -e 'clipse' alt + f diff --git a/config/systemd/user/clipton.service b/config/systemd/user/clipton.service new file mode 100644 index 0000000..b7b62a7 --- /dev/null +++ b/config/systemd/user/clipton.service @@ -0,0 +1,9 @@ +[Unit] +Description=Daemon for Clipton (Clipboard Manager) + +[Service] +Type=simple +ExecStart=/usr/bin/clipton watcher + +[Install] +WantedBy=graphical.target