Use ~ instead of /home/julian
This commit is contained in:
@ -1 +1 @@
|
||||
scrot_dir=/home/julian/Pictures/screenshots
|
||||
scrot_dir=~/Pictures/screenshots
|
||||
|
@ -302,7 +302,7 @@ exec --no-startup-id pa-applet
|
||||
exec --no-startup-id nitrogen --restore
|
||||
|
||||
# Notifications
|
||||
exec --no-startup-id dunst -config /home/julian/.config/dunst/dunstrc
|
||||
exec --no-startup-id dunst -config ~/.config/dunst/dunstrc
|
||||
# exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
|
||||
|
||||
# exec --no-startup-id xautolock -time 10 -locker blurlock
|
||||
|
@ -4,7 +4,7 @@ import subprocess
|
||||
import time
|
||||
import psutil
|
||||
|
||||
NOTEBOOK_DIR = "/home/julian/jupyter-notebooks/"
|
||||
NOTEBOOK_DIR = "~/jupyter-notebooks/"
|
||||
PORT = "8988"
|
||||
|
||||
def isOtherProcessRunning():
|
||||
|
@ -2,5 +2,5 @@
|
||||
|
||||
zoom &
|
||||
|
||||
#i3-msg "workspace --no-auto-back-and-forth 5; exec mousepad /home/julian/Nextcloud/studium/zoom.txt"
|
||||
#i3-msg "workspace --no-auto-back-and-forth 5; exec mousepad ~/Nextcloud/studium/zoom.txt"
|
||||
i3-msg "workspace --no-auto-back-and-forth 5; append_layout ~/.config/i3/workspace-zoom.json"
|
||||
|
Reference in New Issue
Block a user