This repository has been archived on 2022-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/fluxbox/.fluxbox/startup

34 lines
646 B
Bash

#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# Change your keymap:
xmodmap "/home/nico/.Xmodmap"
setxkbmap gb &
setxkbmap -option compose:lalt &
# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
#
unclutter &
rofi &
dunst &
nm-applet &
picom &
calcurse --daemon &
fbsetbg -l &
jack_control start
mpd &
~/.config/dunst/music-change.sh &
# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.
exec fluxbox
# or if you want to keep a log:
# exec fluxbox -log "/home/nico/.fluxbox/log"