mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix? for dm users
This commit is contained in:
parent
797055a9b5
commit
1f68edef08
12
.xinitrc
12
.xinitrc
@ -1,15 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
setbg & # Set the background
|
[ -f "$HOME/.xprofile" ] && . ~/.xprofile
|
||||||
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 &
|
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
|||||||
13
.xprofile
Normal file
13
.xprofile
Normal 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 &
|
||||||
Loading…
x
Reference in New Issue
Block a user