From a8801daa956deb0730bb80514fb47f3e7811ee77 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 14 Jun 2020 17:25:24 +0100 Subject: [PATCH] Change to date display, and alterations to keyboard changes --- .xprofile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.xprofile b/.xprofile index addc9dd..c04710b 100644 --- a/.xprofile +++ b/.xprofile @@ -2,6 +2,14 @@ /usr/bin/setxkbmap -option caps:swapescape +# Switch left alt and cmd +# I need this to be only for apple devices... +/usr/bin/setxkbmap -option altwin:swap_alt_win + +# Key Repeat Rate + +# xset r rate 280 40 # Defaults +xset r rate 300 50 # Key Repeat Rate # xset r rate 280 40 # Defaults @@ -19,7 +27,7 @@ while true; do status_bar="" status_bar+=" $USER" status_bar+=" $(cat /sys/class/power_supply/BAT0/capacity)%" - status_bar+=" $( date +"%F %R" )" + status_bar+=" $( date +"%A %d/%m/%Y %R" )" # Set the status bar xsetroot -name "$status_bar"