From ae022812ad90235b9e404afe6d86739241502637 Mon Sep 17 00:00:00 2001 From: KronikPillow Date: Sun, 29 Sep 2019 22:13:37 +0200 Subject: [PATCH] remaps script in .xprofile, and updated comments --- .xprofile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.xprofile b/.xprofile index e31c4d0b..9765afe5 100644 --- a/.xprofile +++ b/.xprofile @@ -1,13 +1,12 @@ #!/usr/bin/env 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 +# This file runs when a DM logs you into a graphical session. +# If you use startx/xinit like a Chad, this file will also be sourced. + +setbg & # set the background with the `setbg` script +sxhkd & # Bind keys with sxhkd +remaps & # US international with Caps as Mod/Escape unclutter & # Remove mouse when idle xcompmgr & # xcompmgr for transparency dunst & # dunst for notifications -mpdupdate & +mpdupdate & # When mpd state changes, update mpd i3blocks module.