Update i3 config, update rc.conf

Tecra-R940
Marvin Johanning 2020-03-31 11:36:16 +02:00
parent 65ecd6ca5f
commit c7fd33bbc3
2 changed files with 16 additions and 2 deletions

View File

@ -322,8 +322,8 @@ map g? cd /usr/share/doc/ranger
#Jumping around Personal shortcuts #Jumping around Personal shortcuts
map gPc cd ~/Pictures map gPc cd ~/Pictures
map gDc cd ~/Documents map gDc cd ~/Documents
map gPg cd ~/Documents/Programming map gPg cd ~/Programming
map gRb cd ~/Documents/Programming/Ruby map gRb cd ~/Programming/Ruby
map gDd cd ~/Downloads map gDd cd ~/Downloads
map gPw cd ~/Pictures/Wallpapers map gPw cd ~/Pictures/Wallpapers
map g.. cd .. map g.. cd ..
@ -333,6 +333,8 @@ map gRg cd ~/.config/ranger
map gCf cd ~/.config map gCf cd ~/.config
map gMc cd ~/Music map gMc cd ~/Music
map gVd cd ~/Videos map gVd cd ~/Videos
map gMt cd ~/run/media/
map gPb cd ~/Documents/Programming/Books
# Moving files to specific places # Moving files to specific places
map mvPc shell mv %s ~/Pictures map mvPc shell mv %s ~/Pictures

View File

@ -89,6 +89,18 @@ mode "$mode_launcher" {
bindsym Return mode "default" bindsym Return mode "default"
} }
#Mode for toggling TouchPad
set $touchpad_toggle [E]nable, [D]isable
bindsym $mod+Shift+t mode "$touchpad_toggle"
mode "$touchpad_toggle" {
bindsym e exec xinput --enable "AlpsPS/2 ALPS DualPoint TouchPad"
bindsym d exec xinput --disable "AlpsPS/2 ALPS DualPoint TouchPad"
bindsym Escape mode "default"
bindsym Return mode "default"
}
# focus_follows_mouse no # focus_follows_mouse no