mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
remaps script in .xprofile, and updated comments
This commit is contained in:
parent
1054756851
commit
ae022812ad
15
.xprofile
15
.xprofile
@ -1,13 +1,12 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
setbg & # Set the background
|
# This file runs when a DM logs you into a graphical session.
|
||||||
sxhkd & # Bind keys
|
# If you use startx/xinit like a Chad, this file will also be sourced.
|
||||||
# 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' &
|
setbg & # set the background with the `setbg` script
|
||||||
# Properties button extra Mod/Escape
|
sxhkd & # Bind keys with sxhkd
|
||||||
xmodmap -e 'keycode 135 = Super_R' &
|
remaps & # US international with Caps as Mod/Escape
|
||||||
xset r rate 300 50 & # Speed xrate up
|
|
||||||
unclutter & # Remove mouse when idle
|
unclutter & # Remove mouse when idle
|
||||||
xcompmgr & # xcompmgr for transparency
|
xcompmgr & # xcompmgr for transparency
|
||||||
dunst & # dunst for notifications
|
dunst & # dunst for notifications
|
||||||
mpdupdate &
|
mpdupdate & # When mpd state changes, update mpd i3blocks module.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user