This commit is contained in:
2025-05-12 15:50:02 -06:00
parent 9f4a11f2e0
commit 9ed520abc2
24 changed files with 282 additions and 113 deletions

View File

@@ -1,2 +1,2 @@
setxkbmap -option altwin:swap_alt_win
# setxkbmap -option altwin:swap_alt_win
setxkbmap -option caps:swapescape

6
scripts/mdread Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
o="$(mktemp).html"
t="$(basename $1)"
pandoc "$1" -o "$o" --metadata="title:$t"
xdg-open "$o"