summaryrefslogtreecommitdiff
path: root/config/home/.xprofile
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-21 14:01:10 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-21 14:01:10 +0100
commit3b659f14503defce477efa12c3af2c8796b1d8eb (patch)
tree097313005e8019f5a9e7f44a7d030b0b3a6a8a3a /config/home/.xprofile
parent80b656bfccc464427fce209b58a67319e8931c06 (diff)
checkpoint
Diffstat (limited to 'config/home/.xprofile')
-rwxr-xr-xconfig/home/.xprofile20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile
new file mode 100755
index 0000000..9d01277
--- /dev/null
+++ b/config/home/.xprofile
@@ -0,0 +1,20 @@
+xrandr --output "$(xrandr | grep '\bconnected\b' | awk '{print $1}')" --mode 1920x1080 --rate 144 &
+
+picom -b &
+feh --no-fehbg --bg-scale ~/pics/wallpaper
+setxkbmap colemak -option ctrl:swapcaps,altwin:menu_win
+
+# xautolock -locker slock &
+
+gammastep -m randr &
+ntfy transmission &
+herbimisu &
+slstatus &
+# upds &
+eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg,ssh)"
+unclutter --timeout 3 --jitter 50 -b
+202020 &
+
+signal-desktop &
+discord &
+st -e "sh" "-c" "pgrep tmux && tmux a || tmux" &