i3 and Vim improvements

Change i3 to focus based on mouse position, removed borders and made Vim
the default text editor
This commit is contained in:
Logan G 2020-07-13 18:44:11 -06:00
parent b5ce60495b
commit 188a8551a6
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 6 additions and 5 deletions

View file

@ -21,6 +21,8 @@ alias pacman-clean='pacman -Rsn $(pacman -Qdtq)'
alias memepv='mpv --vo=tct --profile=sw-fast'
alias sw='swallow'
export EDITOR=vim
complete -cf sudo
complete -cf swallow
complete -cf sw

View file

@ -220,7 +220,7 @@ exec_always --no-startup-id ~/.config/i3/customalways.sh 2>&1
exec_always --no-startup-id /usr/bin/jgmenu --at-pointer --hide-on-startup
exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
exec --no-startup-id compton 2>&1 &
exec --no-startup-id picom -b 2>&1 &
#exec --no-startup-id mate-screensaver 2>&1 &
#exec --no-startup-id mate-screensaver 2>&1 &
#exec --no-startup-id xautolock -time 10 -locker 'xfce4-screensaver-command -l' 2>&1 &
@ -237,11 +237,10 @@ exec --no-startup-id xss-lock -- betterlockscreen -l -t "${USER}@${HOSTNAME}" --
exec --no-startup-id ~/.config/i3/customonce.sh 2>&1
# Borders
default_border pixel 2
for_window [class=".*"] border pixel 2
default_border pixel 0
for_window [class=".*"] border pixel 0
focus_follows_mouse no
binding_mode_indicator no
focus_follows_mouse yes
# Gaps
gaps inner 5