diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-02-19 20:41:25 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-02-25 21:41:45 +0700 |
commit | 90065ac34d94c814421b5e2e2d12b21a64978d00 (patch) | |
tree | d96b644524ea282ac452d2bcad30e6cb007f578b | |
parent | 23698b275c7ff0e57f9a9ee497c4647034ccdc2a (diff) | |
download | dotfiles-90065ac34d94c814421b5e2e2d12b21a64978d00.tar.gz |
Update 2018-02-25
-rw-r--r-- | awesome/.config/awesome/rc.lua | 6 | ||||
l--------- | meta/.config/systemd/user/default.target.wants/ipfs.service | 1 | ||||
l--------- | vim/.vim/autoload/health/jedi.vim | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 4c9aa10..d8af574 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -58,9 +58,9 @@ cmus = "x-terminal-emulator -e cmus" cmus_pause = "cmus-remote --pause" cmus_prev = "cmus-remote --prev" cmus_next = "cmus-remote --next" -scrot = "scrot /home/cnx/Pictures/Screenshots/%FT%T.png" -scrot_delay = "scrot --delay 3 /home/cnx/Pictures/Screenshots/%FT%T.png" -scrot_select = "scrot --select /home/cnx/Pictures/Screenshots/%FT%T.png" +scrot = "scrot /home/cnx/Desktop/%FT%T.png" +scrot_delay = "scrot --delay 3 /home/cnx/Desktop/%FT%T.png" +scrot_select = "scrot --select /home/cnx/Desktop/%FT%T.png" slock_suspend = "slock systemctl --ignore-inhibitors suspend" function volume_lower() awful.spawn("amixer sset Master 5%-", false) end function volume_raise() awful.spawn("amixer sset Master 5%+", false) end diff --git a/meta/.config/systemd/user/default.target.wants/ipfs.service b/meta/.config/systemd/user/default.target.wants/ipfs.service deleted file mode 120000 index c6e8f95..0000000 --- a/meta/.config/systemd/user/default.target.wants/ipfs.service +++ /dev/null @@ -1 +0,0 @@ -/home/cnx/.config/systemd/user/ipfs.service \ No newline at end of file diff --git a/vim/.vim/autoload/health/jedi.vim b/vim/.vim/autoload/health/jedi.vim new file mode 120000 index 0000000..608b5b3 --- /dev/null +++ b/vim/.vim/autoload/health/jedi.vim @@ -0,0 +1 @@ +/usr/share/vim/addons/autoload/health/jedi.vim \ No newline at end of file |