Changed i3 util structure

This commit is contained in:
id101010
2016-10-15 18:12:18 +02:00
parent 44012b7fae
commit 5427876096
6 changed files with 9 additions and 15 deletions

View File

@@ -38,9 +38,9 @@ focus_follows_mouse yes
# #
# Sound softkeys management # Sound softkeys management
bindsym Print exec ~/.i3/volnotid.sh down bindsym Print exec ~/.i3/util/volnotid.sh down
bindsym Scroll_Lock exec ~/.i3/volnotid.sh up bindsym Scroll_Lock exec ~/.i3/util/volnotid.sh up
bindsym Pause exec ~/.i3/volnotid.sh mute bindsym Pause exec ~/.i3/util/volnotid.sh mute
# Display brightness management # Display brightness management
bindsym XF86MonBrightnessUp exec "xbacklight +10" bindsym XF86MonBrightnessUp exec "xbacklight +10"
@@ -50,15 +50,15 @@ bindsym XF86MonBrightnessDown exec "xbacklight -10"
bindsym XF86Launch1 exec urxvt -e sh -c "sudo wifi-menu wlp3s0" bindsym XF86Launch1 exec urxvt -e sh -c "sudo wifi-menu wlp3s0"
# jauth two factor authenticator # jauth two factor authenticator
bindsym $mod+F1 exec ~/.i3/Authenticator.sh google bindsym $mod+F1 exec ~/.i3/util/Authenticator.sh google
bindsym $mod+F2 exec ~/.i3/Authenticator.sh facebook bindsym $mod+F2 exec ~/.i3/util/Authenticator.sh facebook
bindsym $mod+F3 exec ~/.i3/Authenticator.sh dropbox bindsym $mod+F3 exec ~/.i3/util/Authenticator.sh dropbox
# start dmenu-launcher # start dmenu-launcher
bindsym $mod+d exec ~/.i3/i3dmenu-wrapper.sh bindsym $mod+d exec ~/.i3/util/i3dmenu-wrapper.sh
# lock i3 with i3lock # lock i3 with i3lock
bindsym $mod+Shift+x exec ~/.i3/i3blur.py && systemctl suspend bindsym $mod+Shift+x exec ~/.i3/util/i3blur.py && systemctl suspend
############################################# #############################################
# Keymaps # # Keymaps #

View File

@@ -10,13 +10,7 @@ git clone https://github.com/id101010/LinuxDotFiles.git $DOTFILES
# setup i3 # setup i3
if [ ! -e "$HOME/.i3" ]; then if [ ! -e "$HOME/.i3" ]; then
cp -r $DOTFILES/i3wm/Authenticator $HOME/.i3/ ln -s $DOTFILES/i3wm/ $HOME/.i3/
cp -r $DOTFILES/i3wm/i3blur.py $HOME/.i3/
cp -r $DOTFILES/i3wm/i3dmenu-wrapper.sh $HOME/.i3/
cp -r $DOTFILES/i3wm/i3status.conf $HOME/.i3/
cp -r $DOTFILES/i3wm/volnotid.sh $HOME/.i3/
ln -s $DOTFILES/i3wm/config $HOME/.i3/config
fi fi
# setup tmux # setup tmux