From 9dd8058203b105459596dda2100dfd106d2cbcd4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 May 2019 21:22:28 -0300 Subject: Annotate files with FIXME --- bash/x.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash') diff --git a/bash/x.sh b/bash/x.sh index e75cff3..1855dac 100644 --- a/bash/x.sh +++ b/bash/x.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash isLinux && { + # FIXME: make this declarative xmodmap ~/.Xmodmap xset r rate 250 50 @@ -17,4 +18,6 @@ isLinux && { xdg-mime default firefox.desktop text/xml xdg-mime default nautilus.desktop inode/directory + + # FIXME: add .description files } -- cgit v1.2.3