added daemon-starter.conf for daemonstarter program i made to replace individual startup scripts

This commit is contained in:
klein panic
2024-09-30 20:57:22 -04:00
parent efbef02cfb
commit 8e62ae505f
6 changed files with 14 additions and 4 deletions

5
daemon_starter.conf Normal file
View File

@@ -0,0 +1,5 @@
fehbg=feh --no-fehbg --bg-scale '/home/klein/Pictures/backgrounds/space.jpg'
caffeine-indicator=caffeine-indicator
volumeicon=volumeicon
picom=picom --config ~/.config/picom/picom.conf

View File

@@ -1,3 +1,4 @@
gesture swipe left 3 /usr/local/bin/switch_tag prev
gesture swipe right 3 /usr/local/bin/switch_tag next
gesture swipe up /usr/local/bin/skippy-xd
gesture swipe up /usr/local/bin/skipp-manager start
gesture swipe down /usr/local/bin/skippy-manager stop

View File

@@ -151,3 +151,4 @@ https://rjordaney.is/lectures/hooking_shared_lib/ Roberto Jordaney, personal blo
https://github.com/amgadalharazi/toralizer/tree/main?tab=readme-ov-file amgadalharazi/toralizer: "Develop your own Toralizer.c, a powerful tool that boosts your online privacy by seamlessly routing any Linux command through the TOR network. Just prepend it to commands like curl, npm, ssh, or any other, and instantly transform them into TOR clients—on the fly!"
https://en.wikipedia.org/wiki/Direct_Rendering_Manager Direct Rendering Manager - Wikipedia
https://www.youtube.com/watch?v=QBFtNS9fEtA 12h of 9 different C Projects: The 1st episodes - YouTube
https://ptable.com/?lang=en#Properties Periodic Table - Ptable - Properties

View File

@@ -9,3 +9,4 @@ mcat https://dashboardv4.princetonreview.com/?token=eyJhbGciOiJIUzI1NiIsInR5cCI6
princeton review https://dashboardv4.princetonreview.com/?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyaWQiOiJkZWQ0YWUwYy1kZTBiLTRiY2MtOWYyYS1mZjk0NWRmZjEzZTUiLCJ1c2VybmFtZSI6IkNvbGxpbiIsInByb2R1Y3Rjb2RlIjoiTUNBVDE1LUNMUi1MT0wiLCJvZmZlcmluZ2NvZGUiOiI1NDM3MTkiLCJ0ZXN0dHlwZSI6Ik1DQVQiLCJpc1Y0IjoiRmFsc2UiLCJzaG93aG9tZXBhZ2UiOiJUcnVlIiwic2hvd3ByYWN0aWNlcGFnZSI6IlRydWUiLCJzaG93c3VwcGxlbWVudGFsc2Vzc2lvbnMiOiJUcnVlIiwic2hvd2NvdXJzZWluZGV4IjoiVHJ1ZSIsInNob3dkYXNoYm9hcmQiOiJUcnVlIiwic2hvd2Rhc2hib2FyZHRvdXJ3aWRnZXQiOiJUcnVlIiwic2hvd3BlcmZvcm1hbmNlc3VtbWFyeSI6IlRydWUiLCJzaG93c3R1ZHlyZWNvbW1lbmRhdGlvbnMiOiJGYWxzZSIsInNob3dkZXRlcm1pbmlzdGljaG9tZXdvcmtyZWNvbW1lbmRhdGlvbnMiOiJGYWxzZSIsInNob3dzdHVkeXBsYW5uZXIiOiJUcnVlIiwidXNlcnRoZW1lIjoibGlnaHQiLCJwcm9ncmFtdHlwZSI6IjMiLCJzaG93YXR0ZW5kYW5jZWNhcmQiOiJUcnVlIiwic2hvd2RpYWdub3N0aWNzY2FyZCI6IlRydWUiLCJzaG93aG9tZXdvcmtjYXJkIjoiRmFsc2UiLCJzaG93dGVzdHNjYXJkIjoiVHJ1ZSIsInNob3d0b3BpY2ZvY3VzY2FyZCI6IlRydWUiLCJuYmYiOjE3MjYxNTc0ODQsImV4cCI6MTcyNzAyMTQ4NCwiaWF0IjoxNzI2MTU3NDg0LCJpc3MiOiJUUFIiLCJhdWQiOiJkYXNoYm9hcmRhcGkifQ.MGUF9QzdG_qj8gwmVSYtabGTKF7gQyKjyp5I5WaLUdM
github https://github.com/
private mail https://privateemail.com/appsuite/#storeLocale=true
ptable https://ptable.com/?lang=en#Properties

View File

@@ -56,13 +56,13 @@ pipePath = /tmp/skippy-xd-fifo
clientList = _NET_CLIENT_LIST
# Background picture when skippy-xd is activated
background =
background = 1920x1200 scale mid mid #000000 /home/klein/Pictures/backgrounds/space.jpg
# Frequency to update pixmaps
updateFreq = 60.0
# Allow other compositors such as picom handle transparency
lazyTrans = true
lazyTrans = false
# Move the mouse cursor when skippy is activated
movePointer = false
@@ -75,7 +75,7 @@ animationDuration = 200
distance = 50
# Whether to display window frames
includeFrame = true
includeFrame = false
# Whether to show the window bigger than its original size
allowUpscale = true

View File

@@ -0,0 +1,2 @@
# Add your SSH alias or USER@IP here, one per line