aboutsummaryrefslogtreecommitdiff
path: root/bash/x.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/x.sh')
-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
}