diff --git a/.config/alacritty.yml b/.config/alacritty.yml index d459f7c..4e63c24 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -135,7 +135,7 @@ font: #style: Bold Italic # Point size - size: 9.0 + size: 6.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f71bc30..69c06aa 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -16,7 +16,7 @@ local menubar = require("menubar") local hotkeys_popup = require("awful.hotkeys_popup") local vicious = require("vicious") local timer = require("gears.timer") -local config = require("config_desktop") +local config = require("config_laptop") local quake = require("quake") -- Enable hotkeys help widget for VIM and other apps diff --git a/.config/awesome/vicious b/.config/awesome/vicious index 3bd7b59..150864a 160000 --- a/.config/awesome/vicious +++ b/.config/awesome/vicious @@ -1 +1 @@ -Subproject commit 3bd7b59b2c8f999f39600ab640856342f6436d7c +Subproject commit 150864a76d4b18c97da1459f355c6a86540a0863 diff --git a/.config/mpd/database b/.config/mpd/database index 6441ab8..66c39b3 100644 Binary files a/.config/mpd/database and b/.config/mpd/database differ diff --git a/.zshrc b/.zshrc index dc034fc..f2a7913 100644 --- a/.zshrc +++ b/.zshrc @@ -180,8 +180,8 @@ alias mkpy="python -m venv" bindkey -v bindkey "^?" backward-delete-char -zle-line-init() { zle -K vicmd; } -zle -N zle-line-init +#zle-line-init() { zle -K vicmd; } +#zle -N zle-line-init HYPHEN_INSENSITIVE="true" COMPLETION_WAITING_DOTS="true"