summaryrefslogtreecommitdiff
path: root/config/home/.xprofile
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-05-14 05:38:36 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-05-14 05:38:36 +0200
commit42ea52839a4d4b20efffc3267dc9d80b82bd3a81 (patch)
treeb30eb65e44721a2a469e2607eea43e869b541ed0 /config/home/.xprofile
parentb7807277b529eeb228ab2d3217f32cd7ddf31775 (diff)
checkpoint
Diffstat (limited to 'config/home/.xprofile')
-rwxr-xr-xconfig/home/.xprofile27
1 files changed, 11 insertions, 16 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile
index e2b9e6c..e616a11 100755
--- a/config/home/.xprofile
+++ b/config/home/.xprofile
@@ -1,28 +1,29 @@
#!/bin/sh
feh --no-fehbg --bg-scale "$HOME"/pics/wallpaper &
-
setxkbmap us -variant colemak -option ctrl:swapcaps,altwin:menu_win &
+xset s off -dpms &
-# TODO: check if this is home
if [ "$(hostname)" = "winter" ]; then
(
CurrentOutput="$(xrandr | grep '\bconnected\b' | awk '{print $1}')"
- xrandr --output "$CurrentOutput" --mode 1920x1080 --rate 144
+ xrandr --output "$CurrentOutput" --mode "1920x1080" --rate "144"
) &
+ signal-desktop &
+ discord &
+ ~/src/xobs/env/bin/python ~/src/xobs/pulse.py | xob &
fi
if [ "$(hostname)" = "spring" ]
then
tail -f ~/src/xob/scripts/volume.pipe | xob &
-else
- ~/src/xobs/env/bin/python ~/src/xobs/pulse.py | xob &
+ xautolock -locker slock &
+ saveself &
fi
-picom -b &
-
-# xautolock -locker slock &
+st -e "sh" "-c" "pgrep tmux && tmux a || tmux" &
+picom -b &
gammastep -m randr &
ntfy transmission &
herbimisu &
@@ -31,11 +32,5 @@ slstatus &
unclutter --timeout 3 --jitter 50 -b &
202020 &
-if [ "$(hostname)" = "winter" ]; then
- signal-desktop &
- discord &
-fi
-st -e "sh" "-c" "pgrep tmux && tmux a || tmux" &
-
-xset s off -dpms &
-saveself &
+keyadd autumn &
+keyadd spacehb.net &