.dotfiles/.xinitrc
samedamci 6b0f6cefa3
Update few files
I'm to lazy to describe it... fuck me
2020-08-16 20:37:29 +02:00

24 lines
343 B
Bash

#!/bin/sh
eval `ssh-agent`
sxhkd &
dunst &
picom &
mpd &
syncthing --no-browser &
telegram-desktop &
xrdb ~/.config/Xresources
setwall &
dbar &
setxkbmap -layout 'pl' -option caps:swapescape &
xset r rate 300 50
xsetroot -cursor_name left_ptr &
xmodmap -e "keycode 135 = Super_L" &
unclutter -idle 2 &
exec ~/.local/bin/scripts/startdwm