aboutsummaryrefslogblamecommitdiff
path: root/dwm/.dwm/autostart
blob: 532f13c375cec1153fdb5a8335690233d8e0527d (plain) (tree)



















                                                             
#!/bin/sh

# How2bind???
#setxkbmap -layout us,no -option grp:ctrl_win_l_toggle
picom --vsync --no-fading-openclose --refresh-rate "59.96"  &
xrdb merge ~/Public/xresources/forest/.Xresources &
feh --bg-tile ~/Pictures/wall/bee.jpg &

# Set up touchpad controls
TID=$(xinput | sed -n 's/.*Touchpad.*id=\([0-9]*\).*/\1/p')
#xinput --set-prop $TID 'libinput Accel Speed' 0.5
xinput --set-prop $TID 'libinput Tapping Enabled' 1
xinput --set-prop $TID 'libinput Natural Scrolling Enabled' 1

# run bar script and dwm ( do not remove this ) 
SYMLINKDIR=(readlink -f "$0")
BASEDIR=$(dirname "$SYMLINKDIR")
$BASEDIR/.dwm/bar/./bar.sh & 

dwm
0 +0000'>2024-07-11swaylock: set background imageLuca Matei Pintilie1-2/+5 2024-07-11hyprlock: add configLuca Matei Pintilie2-0/+132 2024-07-11swayrbar: add configLuca Matei Pintilie6-0/+252