mirror of https://github.com/tiyn/dotfiles
parent
9ec20089f6
commit
92062b435d
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -f "$HOME/.xprofile" ] && . ~/.xprofile
|
||||
[ -f "$HOME/.xprofile" ] && xrdb -merge "$HOME/.xprofile"
|
||||
[ -f "$HOME/.Xdefaults" ] && xrdb -merge "$HOME/.Xdefaults"
|
||||
[ -f "$HOME/.Xpcspec" ] && xrdb -merge "$HOME/.Xpcspec"
|
||||
|
||||
xterm -geometry 80x24+10+10 -fn 10x20
|
||||
|
||||
exec i3
|
||||
|
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
setbg & # Set the background
|
||||
sxhkd & # Bind keys
|
||||
# Switch to US international with Caps as Mod/Escape
|
||||
setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
|
||||
# Properties button extra Mod/Escape
|
||||
xmodmap -e 'keycode 135 = Super_R' &
|
||||
xset r rate 300 50 & # Speed xrate up
|
||||
unclutter & # Remove mouse when idle
|
||||
xcompmgr & # xcompmgr for transparency
|
||||
dunst & # dunst for notifications
|
||||
mpdupdate &
|
Loading…
Reference in new issue