AutoYADM commit: 2025-01-14 00:20:05
This commit is contained in:
parent
2c4daf8727
commit
a88d46ac3f
3 changed files with 6 additions and 5 deletions
|
@ -27,7 +27,8 @@ font=SauceCodePro NFM:size=11
|
||||||
# initial-window-size-pixels=700x500 # Or,
|
# initial-window-size-pixels=700x500 # Or,
|
||||||
# initial-window-size-chars=<COLSxROWS>
|
# initial-window-size-chars=<COLSxROWS>
|
||||||
# initial-window-mode=windowed
|
# initial-window-mode=windowed
|
||||||
pad=5x5 center # optionally append 'center'
|
# pad=5x5 center # optionally append 'center'
|
||||||
|
pad=5x0
|
||||||
# resize-by-cells=yes
|
# resize-by-cells=yes
|
||||||
# resize-keep-grid=yes
|
# resize-keep-grid=yes
|
||||||
# resize-delay-ms=100
|
# resize-delay-ms=100
|
||||||
|
@ -141,7 +142,6 @@ bright7=d5d5d5 # bright white
|
||||||
# sixel13 = 549999
|
# sixel13 = 549999
|
||||||
# sixel14 = 999954
|
# sixel14 = 999954
|
||||||
# sixel15 = cccccc
|
# sixel15 = cccccc
|
||||||
|
|
||||||
## Misc colors
|
## Misc colors
|
||||||
# selection-foreground=<inverse foreground/background>
|
# selection-foreground=<inverse foreground/background>
|
||||||
# selection-background=<inverse foreground/background>
|
# selection-background=<inverse foreground/background>
|
||||||
|
@ -257,4 +257,4 @@ bright7=d5d5d5 # bright white
|
||||||
# select-quote = BTN_LEFT-3
|
# select-quote = BTN_LEFT-3
|
||||||
# select-row=BTN_LEFT-4
|
# select-row=BTN_LEFT-4
|
||||||
|
|
||||||
# vim: ft=dosini
|
# vim: ft=conf
|
||||||
|
|
|
@ -10,7 +10,8 @@ set $down n
|
||||||
set $up e
|
set $up e
|
||||||
set $right i
|
set $right i
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term ghostty
|
# set $term ghostty
|
||||||
|
set $term foot
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# set $menu wmenu-run
|
# set $menu wmenu-run
|
||||||
set $menu tofi-run | xargs swaymsg exec --
|
set $menu tofi-run | xargs swaymsg exec --
|
||||||
|
|
|
@ -173,7 +173,7 @@ bind c new-window -c ""
|
||||||
# TESTING
|
# TESTING
|
||||||
|
|
||||||
# DO NOT bind -n M-T display-message "Testing"
|
# DO NOT bind -n M-T display-message "Testing"
|
||||||
bind -n C-Enter display-message "test?"
|
# bind -n C-Enter display-message "test?"
|
||||||
|
|
||||||
|
|
||||||
# WARN: This line must come last!
|
# WARN: This line must come last!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue