diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 1be005d..0c70bbc 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -2,7 +2,7 @@ shell=/bin/zsh term=xterm-256color title=foot -font=Inconsolata +font=CommitMono,Arimo Nerd Font letter-spacing=0 dpi-aware=yes include = ~/.cache/hellwal/foot-colors.ini @@ -14,5 +14,15 @@ alpha=0.85 style=beam unfocused-style=none blink=yes -beam-thickness=1 +beam-thickness=2px blink-rate=600 + +[key-bindings] +scrollback-up-half-page=Mod1+u +scrollback-down-half-page=Mod1+d +scrollback-up-line=Mod1+k +scrollback-down-line=Mod1+j +font-increase=Mod1+Shift+k +font-decrease=Mod1+Shift+j +font-reset=Mod1+Home +spawn-terminal=Control+t diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index 4a929a7..31df1c7 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -2,10 +2,10 @@ dpi-aware=yes icon-theme=Papirus-Dark width=24 -font=Inconsolata +font=CommitMono,Arimo Nerd Font lines=14 line-height=16 -horizontal-pad=32 +horizontal-pad=24 fields=name,generic,comment,categories,filename,keywords terminal=footclient -e prompt="> " diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css deleted file mode 100644 index 15c8bc7..0000000 --- a/.config/gtk-3.0/gtk.css +++ /dev/null @@ -1,13 +0,0 @@ -/* No (default) title bar on wayland */ -headerbar.default-decoration { - /* You may need to tweak these values depending on your GTK theme */ - margin-bottom: 50px; - margin-top: -100px; -} - -/* rm -rf window shadows */ -window.csd, /* gtk4? */ -window.csd decoration { /* gtk3 */ - box-shadow: none; -} - diff --git a/.config/kanshi/config b/.config/kanshi/config index ef7ea23..664cf52 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -8,6 +8,16 @@ profile { } } +profile { + output "eDP-1" { + disable + } + output "DP-3" { + mode 1920x1080 + position 0,0 + } +} + profile { output "eDP-1" { enable diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 5c07f39..1ac195e 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -29,6 +29,9 @@ HISTSIZE=10000000 SAVEHIST=10000000 HISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/history" +# Completion dump files in cache directory: +ZSH_COMPDUMP="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/zcompdump" + # Basic auto/tab complete: setopt auto_list autoload -U compinit @@ -105,7 +108,6 @@ alias patch='bwroot patch' alias tcc='bwroot tcc' alias g++='bwroot g++' alias gcc='bwroot gcc' -alias git='bwroot git' alias clang='bwroot clang' alias make='bwroot make' diff --git a/.local/share/fonts/otf/CommitMono/CommitMonoNerdFont-Regular.otf b/.local/share/fonts/otf/CommitMono/CommitMonoNerdFont-Regular.otf new file mode 100644 index 0000000..c85dbf5 Binary files /dev/null and b/.local/share/fonts/otf/CommitMono/CommitMonoNerdFont-Regular.otf differ