This commit is contained in:
Daan Vanoverloop 2021-09-04 09:39:04 +02:00
parent eb60c84cf7
commit 22b2916933
5 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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

@ -1 +1 @@
Subproject commit 3bd7b59b2c8f999f39600ab640856342f6436d7c
Subproject commit 150864a76d4b18c97da1459f355c6a86540a0863

Binary file not shown.

4
.zshrc
View File

@ -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"