mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update alacritty, i3, qtile, ranger & add vi-mode in zsh
This commit is contained in:
parent
73ebbfbe50
commit
ed62788b9e
15 changed files with 132 additions and 95 deletions
|
|
@ -20,6 +20,7 @@ set $terminal alacritty
|
|||
set $browser firefox
|
||||
set $filemanager thunar
|
||||
set $codeeditor alacritty -e nvim
|
||||
set $guicode vscodium
|
||||
|
||||
############ Autostart ############
|
||||
exec --no-startup-id exec setxkbmap "us,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps"
|
||||
|
|
@ -73,6 +74,7 @@ bindsym $mod+Return exec $terminal
|
|||
bindsym $mod+Shift+w exec $browser
|
||||
bindsym $mod+Shift+f exec $filemanager
|
||||
bindsym $mod+Shift+e exec $codeeditor
|
||||
bindsym $mod+Shift+c exec $guicode
|
||||
|
||||
# Toogle polybar
|
||||
bindsym $mod+b exec ~/.script/polybar-toggle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue