about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-06-08 15:02:05 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-06-08 15:02:05 +0700
commit2cc273fb67b0151beae897c7dccc55c4cf833959 (patch)
treecf3b9934b58f7a11e71eac013ba0bf9d679bf7ab
parentd09fb472202018a3d311f2f1db337e4de07c8849 (diff)
downloaddotfiles-2cc273fb67b0151beae897c7dccc55c4cf833959.tar.gz
Update 2020-06-08
-rw-r--r--awesome/.config/awesome/rc.lua8
-rw-r--r--debian/.bashrc1
-rwxr-xr-xvim/.vim/vimrc2
3 files changed, 6 insertions, 5 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index fe8dddc..db17aae 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -82,15 +82,15 @@ local modkey = "Mod4"
 awful.layout.layouts = {
   awful.layout.suit.fair,
   --awful.layout.suit.fair.horizontal,
-  awful.layout.suit.tile,
+  --awful.layout.suit.tile,
   --awful.layout.suit.tile.left,
-  --awful.layout.suit.tile.bottom,
+  awful.layout.suit.tile.bottom,
   --awful.layout.suit.tile.top,
   --awful.layout.suit.spiral,
   --awful.layout.suit.spiral.dwindle,
   awful.layout.suit.max,
-  awful.layout.suit.max.fullscreen,
-  --awful.layout.suit.magnifier,
+  --awful.layout.suit.max.fullscreen,
+  awful.layout.suit.magnifier,
   --awful.layout.suit.corner.nw,
   --awful.layout.suit.corner.ne,
   --awful.layout.suit.corner.sw,
diff --git a/debian/.bashrc b/debian/.bashrc
index 051a617..249b181 100644
--- a/debian/.bashrc
+++ b/debian/.bashrc
@@ -97,6 +97,7 @@ alias g++='g++ -Wall -Wextra -pedantic -O2 -lm'
 alias fpc='fpc -O1 -XS -gl'
 alias x='cd $HOME && startx && cd -'
 alias backup='rsync -avh --delete /home/ /data/Home/'
+alias pwip='python3 $HOME/Sources/pip/src/pip'
 eval $(thefuck --alias)
 
 function ipfs-cors {
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index c350000..14a465d 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -20,7 +20,7 @@ autocmd BufNewFile,BufRead *.PAS setlocal filetype=pascal
 autocmd BufNewFile,BufRead *.m setlocal filetype=octave
 autocmd FileType asm,c,h,go,glsl
       \ setlocal cindent cinoptions=(0 noexpandtab shiftwidth=8
-autocmd FileType vim,sh,lua,tex,cmake,cpp,html,octave,pascal
+autocmd FileType vim,sh,lua,tex,cmake,cpp,sql,html,octave,pascal
       \ setlocal shiftwidth=2
 autocmd FileType rst setlocal shiftwidth=3
 autocmd FileType java setlocal omnifunc=javacomplete#Complete