summaryrefslogtreecommitdiff
path: root/config/home/.xprofile
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-01-05 19:49:12 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-01-05 19:49:12 +0100
commita7309ce61c093caeb554c20497f4e4b765073203 (patch)
tree6e7c9e559253f0f0584175c582624eec29a0d5cb /config/home/.xprofile
parent58bf86c706c5a442da4fb01ea26e06f1ed291d45 (diff)
parent112449dd19eaae6769ef95a70b3e52234256400c (diff)
checkpoint
Diffstat (limited to 'config/home/.xprofile')
-rwxr-xr-xconfig/home/.xprofile9
1 files changed, 7 insertions, 2 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile
index f51fcad..718a319 100755
--- a/config/home/.xprofile
+++ b/config/home/.xprofile
@@ -1,3 +1,9 @@
+#!/bin/sh
+
+feh --no-fehbg --bg-scale "$HOME"/pics/wallpaper &
+
+setxkbmap us -variant colemak -option ctrl:swapcaps,menu:altwin &
+
# TODO: check if this is home
if [ "$(hostname)" = "winter" ]; then
(
@@ -7,8 +13,6 @@ if [ "$(hostname)" = "winter" ]; then
fi
picom -b &
-feh --no-fehbg --bg-scale "$HOME"/pics/wallpaper &
-setxkbmap colemak -option ctrl:swapcaps,altwin:menu_win &
# xautolock -locker slock &
@@ -20,6 +24,7 @@ slstatus &
unclutter --timeout 3 --jitter 50 -b &
202020 &
+echo 4
if [ "$(hostname)" = "winter" ]; then
signal-desktop &
discord &