mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 20:09:08 -04:00
Update config
This commit is contained in:
parent
c0889285ff
commit
21eb3180ed
2 changed files with 44 additions and 31 deletions
|
@ -10,7 +10,7 @@ term=xterm-256color
|
||||||
# title=foot
|
# title=foot
|
||||||
# locked-title=no
|
# locked-title=no
|
||||||
|
|
||||||
font=FiraCode Nerd Font Mono:size=11
|
font=FiraCode Nerd Font:size=11
|
||||||
#font=Iosevka Nerd Font Mono:size=11
|
#font=Iosevka Nerd Font Mono:size=11
|
||||||
# font-bold=<bold variant of regular font>
|
# font-bold=<bold variant of regular font>
|
||||||
# font-italic=<italic variant of regular font>
|
# font-italic=<italic variant of regular font>
|
||||||
|
@ -59,9 +59,9 @@ pad=20x20 # optionally append 'center'
|
||||||
# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]
|
# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
# style=block
|
style=beam
|
||||||
# color=<inverse foreground/background>
|
# color=<inverse foreground/background>
|
||||||
# blink=no
|
blink=yes
|
||||||
# beam-thickness=1.5
|
# beam-thickness=1.5
|
||||||
# underline-thickness=<font underline thickness>
|
# underline-thickness=<font underline thickness>
|
||||||
|
|
||||||
|
@ -71,24 +71,35 @@ pad=20x20 # optionally append 'center'
|
||||||
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
foreground=cad3f5 # Text
|
foreground=cad3f5
|
||||||
background=24273a # Base
|
background=24273a
|
||||||
regular0=494d64 # Surface 1
|
|
||||||
regular1=ed8796 # red
|
regular0=494d64
|
||||||
regular2=a6da95 # green
|
regular1=ed8796
|
||||||
regular3=eed49f # yellow
|
regular2=a6da95
|
||||||
regular4=8aadf4 # blue
|
regular3=eed49f
|
||||||
regular5=f5bde6 # pink
|
regular4=8aadf4
|
||||||
regular6=8bd5ca # teal
|
regular5=f5bde6
|
||||||
regular7=b8c0e0 # Subtext 1
|
regular6=8bd5ca
|
||||||
bright0=5b6078 # Surface 2
|
regular7=b8c0e0
|
||||||
bright1=ed8796 # red
|
|
||||||
bright2=a6da95 # green
|
bright0=5b6078
|
||||||
bright3=eed49f # yellow
|
bright1=ed8796
|
||||||
bright4=8aadf4 # blue
|
bright2=a6da95
|
||||||
bright5=f5bde6 # pink
|
bright3=eed49f
|
||||||
bright6=8bd5ca # teal
|
bright4=8aadf4
|
||||||
bright7=a5adcb # Subtext 0
|
bright5=f5bde6
|
||||||
|
bright6=8bd5ca
|
||||||
|
bright7=a5adcb
|
||||||
|
|
||||||
|
selection-foreground=cad3f5
|
||||||
|
selection-background=454a5f
|
||||||
|
|
||||||
|
search-box-no-match=181926 ed8796
|
||||||
|
search-box-match=cad3f5 363a4f
|
||||||
|
|
||||||
|
jump-labels=181926 f5a97f
|
||||||
|
urls=8aadf4
|
||||||
|
|
||||||
# alpha=1.0
|
# alpha=1.0
|
||||||
# foreground=dcdccc
|
# foreground=dcdccc
|
||||||
|
|
|
@ -389,6 +389,8 @@ animations {
|
||||||
// open-fullscreen false
|
// open-fullscreen false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Workspaces
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="steam_app_*"
|
match app-id="steam_app_*"
|
||||||
match app-id="cs2"
|
match app-id="cs2"
|
||||||
|
@ -487,8 +489,8 @@ binds {
|
||||||
|
|
||||||
Mod+Home { focus-column-first; }
|
Mod+Home { focus-column-first; }
|
||||||
Mod+End { focus-column-last; }
|
Mod+End { focus-column-last; }
|
||||||
Mod+Ctrl+Home { move-column-to-first; }
|
Mod+Shift+Home { move-column-to-first; }
|
||||||
Mod+Ctrl+End { move-column-to-last; }
|
Mod+Shift+End { move-column-to-last; }
|
||||||
|
|
||||||
Mod+Ctrl+Left { focus-monitor-left; }
|
Mod+Ctrl+Left { focus-monitor-left; }
|
||||||
Mod+Ctrl+Down { focus-monitor-down; }
|
Mod+Ctrl+Down { focus-monitor-down; }
|
||||||
|
@ -545,10 +547,10 @@ binds {
|
||||||
// To avoid scrolling through workspaces really fast, you can use
|
// To avoid scrolling through workspaces really fast, you can use
|
||||||
// the cooldown-ms property. The bind will be rate-limited to this value.
|
// the cooldown-ms property. The bind will be rate-limited to this value.
|
||||||
// You can set a cooldown on any bind, but it's most useful for the wheel.
|
// You can set a cooldown on any bind, but it's most useful for the wheel.
|
||||||
Mod+WheelScrollDown cooldown-ms=150 { focus-workspace-down; }
|
Mod+Ctrl+WheelScrollDown cooldown-ms=150 { focus-workspace-down; }
|
||||||
Mod+WheelScrollUp cooldown-ms=150 { focus-workspace-up; }
|
Mod+Ctrl+WheelScrollUp cooldown-ms=150 { focus-workspace-up; }
|
||||||
Mod+Ctrl+WheelScrollDown cooldown-ms=150 { move-column-to-workspace-down; }
|
Mod+Ctrl+Shift+WheelScrollDown cooldown-ms=150 { move-column-to-workspace-down; }
|
||||||
Mod+Ctrl+WheelScrollUp cooldown-ms=150 { move-column-to-workspace-up; }
|
Mod+Ctrl+Shift+WheelScrollUp cooldown-ms=150 { move-column-to-workspace-up; }
|
||||||
|
|
||||||
Mod+WheelScrollRight { focus-column-right; }
|
Mod+WheelScrollRight { focus-column-right; }
|
||||||
Mod+WheelScrollLeft { focus-column-left; }
|
Mod+WheelScrollLeft { focus-column-left; }
|
||||||
|
@ -557,10 +559,10 @@ binds {
|
||||||
|
|
||||||
// Usually scrolling up and down with Shift in applications results in
|
// Usually scrolling up and down with Shift in applications results in
|
||||||
// horizontal scrolling; these binds replicate that.
|
// horizontal scrolling; these binds replicate that.
|
||||||
Mod+Shift+WheelScrollDown { focus-column-right; }
|
Mod+WheelScrollDown { focus-column-right; }
|
||||||
Mod+Shift+WheelScrollUp { focus-column-left; }
|
Mod+WheelScrollUp { focus-column-left; }
|
||||||
Mod+Ctrl+Shift+WheelScrollDown { move-column-right; }
|
Mod+Shift+WheelScrollDown { move-column-right; }
|
||||||
Mod+Ctrl+Shift+WheelScrollUp { move-column-left; }
|
Mod+Shift+WheelScrollUp { move-column-left; }
|
||||||
|
|
||||||
// Similarly, you can bind touchpad scroll "ticks".
|
// Similarly, you can bind touchpad scroll "ticks".
|
||||||
// Touchpad scrolling is continuous, so for these binds it is split into
|
// Touchpad scrolling is continuous, so for these binds it is split into
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue