diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-08-29 22:13:50 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-08-29 22:13:50 +0700 |
commit | 434ebf0d707b4ea08455da42f14c742bf8081dc4 (patch) | |
tree | fe907ce19f7816e548761e18ab0411de4bf1f8e8 /debian | |
parent | 668f0c8ff63f1c1728bb72a3aff94b3705539dc7 (diff) | |
download | dotfiles-434ebf0d707b4ea08455da42f14c742bf8081dc4.tar.gz |
Update 2019-08-29
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 1 | ||||
-rw-r--r-- | debian/.xinitrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/.bashrc b/debian/.bashrc index afdaa8b..d370ba7 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -117,6 +117,7 @@ if ! shopt -oq posix; then fi fi +stty -ixon # emacs input set -o emacs diff --git a/debian/.xinitrc b/debian/.xinitrc index 598bd05..c68dda4 100644 --- a/debian/.xinitrc +++ b/debian/.xinitrc @@ -6,6 +6,7 @@ mate-power-manager & ibus-daemon -drx blueman-applet & nm-applet & +urxvtd -q -f -o keynav & diodon & exec awesome |