Made i3 use sourcecode pro and cleaned up shortcuts

This commit is contained in:
Vlad Doster 2019-12-21 00:43:57 -05:00
parent 58eec7110d
commit df5a8ffc4f
2 changed files with 7 additions and 9 deletions

View File

@ -1,10 +1,10 @@
# You can add comments to these files with # # You can add comments to these files with #
h ~/ h ~/
d ~/Documents d ~/downloads
D ~/Downloads gh ~/github
m ~/Music m ~/music
pp ~/Pictures pp ~/pictures
vv ~/Videos vv ~/videos
cf ~/.config cf ~/.config
sc ~/.local/bin sc ~/.local/bin
mn /mnt mn /mnt

View File

@ -9,8 +9,8 @@
# #---Basic Definitions---# # # #---Basic Definitions---# #
for_window [class="^.*"] border pixel 2 for_window [class="^.*"] border pixel 2
gaps inner 0 gaps inner 5
gaps outer 0 gaps outer 5
set $term --no-startup-id $TERMINAL set $term --no-startup-id $TERMINAL
set $mod Mod4 set $mod Mod4
@ -102,8 +102,6 @@ bindsym $mod+Shift+z gaps outer current minus 5
bindsym $mod+c exec --no-startup-id cabl bindsym $mod+c exec --no-startup-id cabl
bindsym $mod+v exec --no-startup-id $term -e $EDITOR -c "VimwikiIndex"
bindsym $mod+b bar mode toggle bindsym $mod+b bar mode toggle
bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left