2025-09-05 22:26:47 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2025-09-13 11:46:16 +02:00
|
|
|
/usr/bin/pulseaudio --start --log-target=syslog &
|
|
|
|
/home/pierre/.local/bin/xmobar /home/pierre/gitea/xmonad_configuration/xmobarbottomrc.hs &
|
|
|
|
/home/pierre/.local/bin/xmobar /home/pierre/gitea/xmonad_configuration/xmobarrc.hs &
|
2025-09-11 01:18:55 +02:00
|
|
|
/usr/bin/xscreensaver --no-splash &
|
2025-09-05 22:26:47 +02:00
|
|
|
setxkbmap fr &
|
2025-09-13 11:46:16 +02:00
|
|
|
synclient TapButton1=1
|
|
|
|
synclient TapButton2=3
|
|
|
|
synclient TapButton3=2
|
2025-09-05 22:26:47 +02:00
|
|
|
|
|
|
|
feh --bg-center /home/pierre/Images/76922-1.png &
|