diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-10 22:38:46 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-10 22:38:46 +0530 |
commit | c06e8c26dcc65226dba6617e8cccfa36564721dd (patch) | |
tree | 5fb3e16a14a275ffeb44a033bc8945112dad91b7 /.xprofile | |
parent | 42969ab9d63faa7184cd6b6009eeb1810f93539e (diff) |
cleaned up .xprofile, added polydoro
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 39 |
1 files changed, 18 insertions, 21 deletions
@@ -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 & |