aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-01-09 21:51:46 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-01-09 21:51:46 +0700
commit1f717db3018fe557ab5993779de9a8fbfc44d499 (patch)
treeb31cce883eb36b2599ad7e6923edd7e71a7381b7
parent754a58b4dbe58740ee47e8ae5eadd6f83b2a673c (diff)
downloaddotfiles-1f717db3018fe557ab5993779de9a8fbfc44d499.tar.gz
Update 2019-01-09
-rw-r--r--awesome/.config/awesome/rc.lua4
-rw-r--r--debian/.bashrc5
-rw-r--r--emacs/.emacs.d/init.el2
-rw-r--r--fedora/.bashrc1
4 files changed, 7 insertions, 5 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 6aa7f73..3dbf320 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -439,6 +439,10 @@ globalkeys = awful.util.table.join(
{description = "cmus: toggle repeat current", group = "multimedia"}),
awful.key({modkey, "Control"}, "c", cmus_pause,
{description = "cmus: play/pause", group = "multimedia"}),
+ awful.key({modkey}, "Up", cmus_prev,
+ {description = "cmus: previous track", group = "multimedia"}),
+ awful.key({modkey}, "Down", cmus_next,
+ {description = "cmus: next track", group = "multimedia"}),
awful.key({}, "XF86AudioPlay", cmus_pause,
{description = "cmus: play/pause", group = "multimedia"}),
awful.key({}, "XF86AudioPrev", cmus_prev,
diff --git a/debian/.bashrc b/debian/.bashrc
index e6f4437..2ca605c 100644
--- a/debian/.bashrc
+++ b/debian/.bashrc
@@ -100,10 +100,7 @@ alias gcc='gcc -O2 -lm'
alias g++='g++ -O2 -lm'
alias fpc='fpc -O1 -XS -gl'
alias mpa='mpv --no-video --loop=inf'
-alias mpvx='mpv --wid=$WINDOWID --vo=xv'
-alias mount='udevil mount'
-alias umount='udevil umount'
-alias flare='DBUS_FATAL_WARNINGS=0 flare'
+alias raku=perl6
alias x='cd $HOME && startx && cd -'
# enable programmable completion features (you don't need to enable
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index d8acde6..1c9327b 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -31,7 +31,7 @@
'(erc-nick "cnx")
'(package-selected-packages
(quote
- (fireplace lua-mode markdown-mode smart-tabs-mode auctex wordnut magit geiser slime pdf-tools)))
+ (perl6-mode fireplace lua-mode markdown-mode smart-tabs-mode auctex wordnut magit geiser slime pdf-tools)))
'(scroll-bar-mode nil)
'(show-paren-mode t)
'(tool-bar-mode nil)
diff --git a/fedora/.bashrc b/fedora/.bashrc
index 24479e4..271b8f7 100644
--- a/fedora/.bashrc
+++ b/fedora/.bashrc
@@ -10,3 +10,4 @@ fi
# User specific aliases and functions
alias stow='stow -t /home/436e58'
+alias raku=perl6