From c06e8c26dcc65226dba6617e8cccfa36564721dd Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 10 Sep 2025 22:38:46 +0530 Subject: cleaned up .xprofile, added polydoro --- .xprofile | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) (limited to '.xprofile') 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 & -- cgit v1.2.3