too much to remember
This commit is contained in:
parent
d0a680305c
commit
2a4e6c15f3
17 changed files with 311 additions and 82 deletions
42
.xprofile
42
.xprofile
|
@ -1,29 +1,55 @@
|
|||
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
|
||||
source $HOME/.config/enviroment
|
||||
|
||||
xcompmgr -c -r0 &
|
||||
|
||||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
#xcompmgr -c -r0 &
|
||||
picom &
|
||||
numlockx on
|
||||
|
||||
setxkbmap de
|
||||
setxkbmap -option caps:none
|
||||
|
||||
|
||||
if [ -x "$(command -v gpgconf)" ]
|
||||
then
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
fi
|
||||
|
||||
_autostart_on_launch()
|
||||
{
|
||||
dunst &
|
||||
ckb-next -b &
|
||||
steam-runtime -silent -tcp &
|
||||
transmission-gtk -m &
|
||||
parcellite &
|
||||
|
||||
conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
||||
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
||||
feh --bg-fill $XDG_PICTURES_DIR/wallpaper/active_wallpaper
|
||||
|
||||
sleep 8
|
||||
|
||||
syncthing -no-browser &
|
||||
|
||||
actkbd -g -c ~/.config/actkbd/actkbd.conf -d /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd &
|
||||
|
||||
/usr/lib/kdeconnectd &
|
||||
transmission-gtk -m &
|
||||
steam-runtime -silent -tcp &
|
||||
env GTK_THEME=Adwaita:light firefox &
|
||||
|
||||
start_jack >/tmp/jack.log 2>&1
|
||||
#launch_jack
|
||||
sleep 1
|
||||
teamspeak3 &
|
||||
#evolution &
|
||||
alacritty --class "mail" -e sh -c "notmuch new && neomutt" &
|
||||
signal-desktop &
|
||||
sleep 2
|
||||
alacritty --class "mail" -e sh -c "neomutt" &
|
||||
sleep 1
|
||||
riot-desktop &
|
||||
sleep 1
|
||||
bspc node "@voip:/first" -f
|
||||
dg-open "steam://open/friends/"
|
||||
|
||||
mopidy &
|
||||
ympd --webport 54594 &
|
||||
}
|
||||
|
||||
_autostart_on_launch &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue