aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-30 23:11:07 -0300
committerEuAndreh <eu@euandre.org>2019-05-30 23:11:07 -0300
commite215d02457b5eb850109d43ab577c9e994fcbe7f (patch)
treec08a264de7a2d58d1563819a0e1a28ec948fd887 /bash
parentMove shellCheck derivation to utils.nix (diff)
downloaddotfiles-e215d02457b5eb850109d43ab577c9e994fcbe7f.tar.gz
dotfiles-e215d02457b5eb850109d43ab577c9e994fcbe7f.tar.xz
Polish and use utils.fixme derivation
Diffstat (limited to 'bash')
-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
}