aboutsummaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile39
1 files changed, 18 insertions, 21 deletions
diff --git a/.xprofile b/.xprofile
index fc018f5..e5c44de 100755
--- a/.xprofile
+++ b/.xprofile
@@ -1,36 +1,33 @@
#!/bin/sh
-# set .zshenv
-# [[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv
+# touchpad setup
+xinput set-prop "ELAN0718:00 04F3:30FD Touchpad" "libinput Tapping Enabled" 1 &
+xinput set-prop "ELAN0718:00 04F3:30FD Touchpad" "libinput Natural Scrolling Enabled" 1 &
+
+# mouse setup
+xinput set-prop "pointer:Logitech Wireless Mouse" "libinput Natural Scrolling Enabled" 1 &
# makes gnome-keyring work
bus-update-activation-environment --all &
-# emacs --daemon &
-#virtual_mic.sh &
-
-nitrogen --restore &
-
-# turn on the red danger light on the side
+# turn on the red danger light on the side of the laptop
# so i know it's turned on without opening the lid
brightnessctl --device hp::hddprotect set 100% &
-deadd-notification-center &
+# setup stuff
screensetup.sh &
-lxpolkit &
-#$(setxkbmap -layout us,us -variant dvorak, -option caps:swapescape && sxhkd) &
-$(~/.scripts/switch-keyboard-layout && sxhkd) &
+switch-keyboard-layout &
+nitrogen --restore & # nitrogen --random Downloads/walls/mocha --set-zoom-fill
picom &
-# dunst &
-# udiskie &
-
-# glava -dm radial &
-# polystart &
+polydoro -d &
+polystart &
nm-applet &
blueman-applet &
flameshot &
-
-if [ "$DESKTOP_SESSION" = "dwm" ]; then
- luastatus-dwm &
-fi
+# udiskie &
+# deadd-notification-center &
+# lxpolkit &
+# emacs --daemon &
+# virtual_mic.sh &
+# glava -dm radial &