summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-06 21:25:39 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-06 21:25:39 +0100
commitd0045d86611086b1b047a8d44fcad6da036fac3c (patch)
tree743d521902583505c205b02ef6a065fce9ae1de3 /.config
parentdmpc is good (diff)
downloaddotfiles-bsd-d0045d86611086b1b047a8d44fcad6da036fac3c.tar.gz
dotfiles-bsd-d0045d86611086b1b047a8d44fcad6da036fac3c.tar.bz2
dotfiles-bsd-d0045d86611086b1b047a8d44fcad6da036fac3c.tar.xz
dotfiles-bsd-d0045d86611086b1b047a8d44fcad6da036fac3c.tar.zst
dotfiles-bsd-d0045d86611086b1b047a8d44fcad6da036fac3c.zip
Added bsp-layout, updated sxhkd
Diffstat (limited to '')
-rw-r--r--.config/nvim/plug.vim1
-rw-r--r--.config/sxhkd/sxhkdrc32
2 files changed, 32 insertions, 1 deletions
diff --git a/.config/nvim/plug.vim b/.config/nvim/plug.vim
index 3f0d34c..bab7ba3 100644
--- a/.config/nvim/plug.vim
+++ b/.config/nvim/plug.vim
@@ -1,4 +1,5 @@
call plug#begin(system('echo -n "$XDG_DATA_HOME/nvim/plugged"'))
+Plug 'ap/vim-css-color'
Plug 'brglng/vim-sidebar-manager'
Plug 'dag/vim-fish'
Plug 'jceb/vim-orgmode'
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index db696df..fb03753 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -73,6 +73,36 @@ super + {_,shift + }{F11}
super + {_,shift + }{F12}
/usr/local/bin/bspc {desktop -f,node -d} 12
+#super + KP_{0-9,Divide,Multiply,Subtract,Add,Decimal,Enter,Separator,BackSpace}
+# notify-send {0-9,Divide,Multiply,Subtract,Add,Decimal,Enter,Separator,BackSpace}
+
+#super + {Num_Lock,@Print,Insert,Home,Prior,Delete,End,Next,Scroll_Lock,Pause}
+# notify-send {Num_Lock,Print,Insert,Home,Prior,Delete,End,Next,Scroll_Lock,Pause}
+
+super + KP_Enter
+ /usr/local/bin/bsp-layout remove && \
+ /usr/local/bin/notify-send -u low normal
+
+super + Home
+ /usr/local/bin/bsp-layout set rwide && \
+ /usr/local/bin/notify-send -u low rwide
+
+super + Delete
+ /usr/local/bin/bsp-layout set tall && \
+ /usr/local/bin/notify-send -u low tall
+
+super + Scroll_Lock
+ /usr/local/bin/bsp-layout set even && \
+ /usr/local/bin/notify-send -u low even
+
+super + Next
+ /usr/local/bin/bsp-layout set rtall && \
+ /usr/local/bin/notify-send -u low rtall
+
+super + End
+ /usr/local/bin/bsp-layout set wide && \
+ /usr/local/bin/notify-send -u low wide
+
super + ctrl + {h,j,k,l}
/usr/local/bin/bspc node -p {west,south,north,east}
@@ -106,7 +136,7 @@ super + 3
super + 4
/usr/local/bin/st -e /usr/local/bin/w3m https://start.duckduckgo.com/
-super + 0
+super + BackSpace
/usr/home/jozan/.local/bin/dmpc >/dev/null 2>&1
{XF86AudioRaiseVolume}