Dancing in the rain
This commit is contained in:
parent
0b4e7f9185
commit
cef35c17b9
6 changed files with 27 additions and 18 deletions
|
@ -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
|
||||
|
|
|
@ -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="> "
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -8,6 +8,16 @@ profile {
|
|||
}
|
||||
}
|
||||
|
||||
profile {
|
||||
output "eDP-1" {
|
||||
disable
|
||||
}
|
||||
output "DP-3" {
|
||||
mode 1920x1080
|
||||
position 0,0
|
||||
}
|
||||
}
|
||||
|
||||
profile {
|
||||
output "eDP-1" {
|
||||
enable
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue