Changes
This commit is contained in:
@@ -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
6
scripts/mdread
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
o="$(mktemp).html"
|
||||
t="$(basename $1)"
|
||||
pandoc "$1" -o "$o" --metadata="title:$t"
|
||||
xdg-open "$o"
|
||||
Reference in New Issue
Block a user