diff options
-rwxr-xr-x | scripts/Scripts/lc | 8 | ||||
-rw-r--r-- | termite/.config/termite/config | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/scripts/Scripts/lc b/scripts/Scripts/lc index f9c1031..21e9e0b 100755 --- a/scripts/Scripts/lc +++ b/scripts/Scripts/lc @@ -3,7 +3,7 @@ LOGFILE=.lc.log DMENU="rofi -dmenu" -Commands="s suspend screen goto common bwpass remember set-keyboard rotate poweroff lock scrot region overleaf-render caps-lock win wall cups pass sync random" +Commands="s suspend screen goto common bwpass remember set-keyboard sa-keyboard rotate poweroff lock scrot region overleaf-render caps-lock win wall cups pass sync random" handle_stuff() { if [ "$1" = "--dmenu" ]; then @@ -17,6 +17,12 @@ handle_stuff() { xmodmap .Xmodmap fi + if [ "$1" = "sa" ] || [ "$1" = "sa-keyboard" ]; then + setxkbmap -layout us -variant colemak_dh_iso + #xcape -e "Control_R=Escape" + xmodmap .Xmodmap + fi + # POWER COMMANDS if [ "$1" = "suspend" ]; then systemctl suspend diff --git a/termite/.config/termite/config b/termite/.config/termite/config index e2af61a..14699fc 100644 --- a/termite/.config/termite/config +++ b/termite/.config/termite/config @@ -6,7 +6,7 @@ #cell_width_scale = 1.0 #clickable_url = true #dynamic_title = true -font = Ubuntu Mono 12 +font = Comic Mono 14 # font = cozette 11 #fullscreen = true #icon_name = terminal |