My configuration files for Debian/Ubuntu applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
817 B

  1. #!/bin/sh
  2. #
  3. # These things are run when an Openbox X Session is started.
  4. # You may place a similar script in $HOME/.config/openbox/autostart
  5. # to run user-specific things.
  6. #
  7. # If you want to use GNOME config tools...
  8. #
  9. #if test -x /usr/lib/x86_64-linux-gnu/gnome-settings-daemon >/dev/null; then
  10. # /usr/lib/x86_64-linux-gnu/gnome-settings-daemon &
  11. #elif which gnome-settings-daemon >/dev/null 2>&1; then
  12. # gnome-settings-daemon &
  13. #fi
  14. # If you want to use XFCE config tools...
  15. #
  16. #xfce-mcs-manager &
  17. #XDG_CONFIG_HOME="/home/immanuel/.config"
  18. #HOME="/home/immanuel"
  19. #source $XDG_CONFIG_HOME/openbox/environment
  20. source $HOME/.profile
  21. xrdb /home/immanuel/.config/Xresources
  22. feh --bg-fill $HOME/Pictures/Wallpapers/$WALLPAPER
  23. compton -b &
  24. xkbcomp $XDG_CONFIG_HOME/xkb/custom.xkb :0 &
  25. st -c 'DROPDOWN_TERM' -e 'tmux' &