Fixed clipboard manager, dunst's monitor can now be configured

This commit is contained in:
Logan G 2021-11-17 00:12:19 -07:00
parent 706c821896
commit aadac0c0af
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
config.d/idle.conf config.d/idle.conf
config.d/background.conf config.d/background.conf
config.d/lock.conf config.d/lock.conf
config.d/dunst.conf
config.d/other.conf config.d/other.conf

View file

@ -237,14 +237,14 @@ exec_always killall kanshi && kanshi &
#exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 & #exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
#exec --no-startup-id picom -b 2>&1 & #exec --no-startup-id picom -b 2>&1 &
exec --no-startup-id dunst 2>&1 & exec --no-startup-id dunst -mon $mon 2>&1 &
exec --no-startup-id lxqt-policykit-agent 2>&1 & exec --no-startup-id lxqt-policykit-agent 2>&1 &
exec --no-startup-id syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 & exec --no-startup-id syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 &
exec --no-startup-id kdeconnect-indicator 2>&1 & exec --no-startup-id kdeconnect-indicator 2>&1 &
#exec --no-startup-id xfce4-power-manager 2>&1 & #exec --no-startup-id xfce4-power-manager 2>&1 &
#exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 & #exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --off 10 2>&1 &
#exec --no-startup-id ~/.config/i3/customonce.sh 2>&1 #exec --no-startup-id ~/.config/i3/customonce.sh 2>&1
exec wl-paste -t text --watch clipman store --no-persist & exec wl-paste -p -t text --watch clipman store --no-persist --histpath="/tmp/clipman.json" &
# Borders # Borders
default_border pixel 0 default_border pixel 0