17 lines
464 B
Bash
Executable File
17 lines
464 B
Bash
Executable File
#!/bin/sh
|
|
|
|
setxkbmap -option "ctrl:nocaps"
|
|
xwallpaper --zoom ~/.local/share/dotfiles/images/wallpaper.jpg &
|
|
picom --config ~/.config/picom/picom.conf &
|
|
# libinput-gestures &
|
|
#discord --start-minimized &
|
|
xrandr --output HDMI-2 --mode 2560x1440 --refresh 120
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
conky &
|
|
unclutter &
|
|
# twmnd &
|
|
xf86keys -d &
|
|
aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log &
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
|
exec bspwm
|