fix? for dm users

This commit is contained in:
Luke Smith 2019-05-23 20:07:00 -04:00
parent 797055a9b5
commit 1f68edef08
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
2 changed files with 14 additions and 12 deletions

View File

@ -1,15 +1,5 @@
#!/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 &
[ -f "$HOME/.xprofile" ] && . ~/.xprofile
exec i3

View File

@ -1 +0,0 @@
.profile

13
.xprofile Normal file
View File

@ -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 &