From 6963428f61a5b1154e829edc1ae287c3cacc5beb Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Fri, 26 Feb 2021 14:55:51 +0530 Subject: added wayland configs --- foot/.config/foot/foot.ini | 116 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 foot/.config/foot/foot.ini (limited to 'foot') diff --git a/foot/.config/foot/foot.ini b/foot/.config/foot/foot.ini new file mode 100644 index 0000000..5b748ba --- /dev/null +++ b/foot/.config/foot/foot.ini @@ -0,0 +1,116 @@ +# -*- conf -*- + +# font=monospace +font=Input Mono:size=7.5 +# font-bold= +# font-italic= +# font-bold-italic= +# dpi-aware=yes +initial-window-size-pixels=850x500 # Or, +# initial-window-size-chars= +# initial-window-mode=windowed +pad=20x20 +# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) +# term=foot +# login-shell=no +# workers= +# bold-text-in-bright=no +# bell=none +# word-delimiters=,│`|:"'()[]{}<> +# notify=notify-send -a foot -i foot ${title} ${body} + +[scrollback] +lines=10000 +# multiplier=3.0 +# indicator-position=relative +# indicator-format= + +[cursor] +style=block +color=111111 dcdccc +blink=no + +[mouse] +# hide-when-typing=no +# alternate-scroll-mode=yes + +[colors] +alpha=1.0 +foreground=ffffff +background=171a1f +regular0=171a1f +regular1=ee4f84 +regular2=53e2ae +regular3=f1ff52 +regular4=6498ef +regular5=985eff +regular6=24d1e7 +regular7=e5e5e5 +bright0=20242a +bright1=f48fb1 +bright2=a1efd3 +bright3=f1fa8c +bright4=92b6f4 +bright5=bd99ff +bright6=87dfeb +bright7=f8f8f2 + +[csd] +# preferred=server +# size=26 +# color= +# button-width=26 +# button-minimize-color=ff0000ff +# button-maximize-color=ff00ff00 +# button-close-color=ffff0000 + +[key-bindings] +# scrollback-up-page=Shift+Page_Up +# scrollback-up-half-page=none +# scrollback-up-line=none +# scrollback-down-page=Shift+Page_Down +# scrollback-down-half-page=none +# scrollback-down-line=none +clipboard-copy=Control+Mod1+C +clipboard-paste=Control+Mod1+V +# primary-paste=Shift+Insert +# search-start=Control+Shift+R +# font-increase=Control+9 Control+equal Control+KP_Add +# font-decrease=Control+minus Control+KP_Subtract +# font-reset=Control+0 Control+KP_0 +# spawn-terminal=Control+Shift+N +# minimize=none +# maximize=none +# fullscreen=none +# pipe-visible=[sh -c "xurls | bemenu | xargs -r firefox"] none +# pipe-scrollback=[sh -c "xurls | bemenu | xargs -r firefox"] none +# pipe-selected=[xargs -r firefox] none + +[search-bindings] +# cancel=Control+g 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+y +# primary-paste=Shift+Insert + +[mouse-bindings] +# primary-paste=BTN_MIDDLE +# select-begin=BTN_LEFT +# select-begin-block=Control+BTN_LEFT +# select-extend=BTN_RIGHT +# select-word=BTN_LEFT-2 +# select-word-whitespace=Control+BTN_LEFT-2 +# select-row=BTN_LEFT-3 -- cgit v1.2.3