mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
foot: add as default terminal-emulator
This commit is contained in:
parent
7dee47a078
commit
f0bc46b62f
3 changed files with 58 additions and 1 deletions
55
foot/foot.ini
Normal file
55
foot/foot.ini
Normal file
|
@ -0,0 +1,55 @@
|
|||
# -*- conf -*-
|
||||
|
||||
font=Fira Code:size=11
|
||||
# dpi-aware=auto
|
||||
dpi-aware=no
|
||||
|
||||
|
||||
[mouse]
|
||||
# hide-when-typing=no
|
||||
hide-when-typing = yes
|
||||
|
||||
[colors]
|
||||
foreground=ffffff
|
||||
background=0c0c0d
|
||||
|
||||
## Normal/regular colors (color palette 0-7)
|
||||
regular0=2e3436 # black
|
||||
regular1=ef2929 # red
|
||||
regular2=4e9a06 # green
|
||||
regular3=c4a000 # yellow
|
||||
regular4=3465a4 # blue
|
||||
regular5=75507b # magenta
|
||||
regular6=06989a # cyan
|
||||
regular7=d3d7cf # white
|
||||
|
||||
## Bright colors (color palette 8-15)
|
||||
bright0=555753 # bright black
|
||||
bright1=ef6060 # bright red
|
||||
bright2=8ae234 # bright green
|
||||
bright3=fce94f # bright yellow
|
||||
bright4=729fcf # bright blue
|
||||
bright5=ad7fa8 # bright magenta
|
||||
bright6=34e2e2 # bright cyan
|
||||
bright7=eeeeec # bright white
|
||||
|
||||
[search-bindings]
|
||||
# cancel=Control+g Control+c Escape
|
||||
# commit=Return
|
||||
# find-prev=Control+r
|
||||
# find-next=Control+s
|
||||
# cursor-left=Left Control+b
|
||||
# cursor-left-word=Control+Left Mod1+b
|
||||
# cursor-right=Right Control+f
|
||||
# cursor-right-word=Control+Right Mod1+f
|
||||
# cursor-home=Home Control+a
|
||||
# cursor-end=End Control+e
|
||||
# delete-prev=BackSpace
|
||||
# delete-prev-word=Mod1+BackSpace Control+BackSpace
|
||||
# delete-next=Delete
|
||||
# delete-next-word=Mod1+d Control+Delete
|
||||
# extend-to-word-boundary=Control+w
|
||||
# extend-to-next-whitespace=Control+Shift+w
|
||||
# clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste
|
||||
# primary-paste=Shift+Insert
|
||||
# vim: ft=dosini
|
|
@ -9,6 +9,7 @@
|
|||
- ~/.local/bin
|
||||
- ~/.config/alacritty
|
||||
- ~/.config/environment.d
|
||||
- ~/.config/foot
|
||||
- ~/.config/htop
|
||||
- ~/.config/i3status-rust
|
||||
- ~/.config/mako
|
||||
|
@ -27,6 +28,7 @@
|
|||
~/.bash_profile: bash/bashrc
|
||||
~/.config/alacritty/alacritty.yml: alacritty/alacritty.yml
|
||||
~/.liquidprompt: bash/liquidprompt
|
||||
~/.config/foot/foot.ini: foot/foot.ini
|
||||
~/.gitconfig: git/gitconfig
|
||||
~/.profile.d/load: shell/load
|
||||
~/.profile.d/09-nixos-commited.sh: shell/nixos-commited.sh
|
||||
|
|
|
@ -8,7 +8,7 @@ set $up k
|
|||
set $right l
|
||||
|
||||
# Your preferred terminal emulator
|
||||
set $term "alacritty"
|
||||
set $term "foot"
|
||||
|
||||
# keyboard layout
|
||||
input * {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue