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, 0 insertions, 3 deletions
diff --git a/bash/x.sh b/bash/x.sh
index 1855dac..e75cff3 100644
--- a/bash/x.sh
+++ b/bash/x.sh
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
isLinux && {
- # FIXME: make this declarative
xmodmap ~/.Xmodmap
xset r rate 250 50
@@ -18,6 +17,4 @@ isLinux && {
xdg-mime default firefox.desktop text/xml
xdg-mime default nautilus.desktop inode/directory
-
- # FIXME: add .description files
}