aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-30 21:22:28 -0300
committerEuAndreh <eu@euandre.org>2019-05-30 21:23:23 -0300
commit9dd8058203b105459596dda2100dfd106d2cbcd4 (patch)
tree81767f58be84d5e560801faa09180871227b19ff /bash
parentAdd initial elfeed configuration (diff)
downloaddotfiles-9dd8058203b105459596dda2100dfd106d2cbcd4.tar.gz
dotfiles-9dd8058203b105459596dda2100dfd106d2cbcd4.tar.xz
Annotate files with FIXME
Diffstat (limited to 'bash')
-rw-r--r--bash/x.sh3
1 files changed, 3 insertions, 0 deletions
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
}