diff options
author | Julian T <julian@jtle.dk> | 2022-03-06 16:21:35 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-03-06 16:21:35 +0100 |
commit | ba9fc6cbcce4cef239575ad6a3286b8a578751f0 (patch) | |
tree | d2b40076e17b59f1178047bb39cb2b2ff6a952d1 | |
parent | 7dcdf175b6d948e12583352bcc29d95767e66c5f (diff) |
LC changes and comic sans
-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 |