diff options
author | 2025-02-26 20:23:18 -0500 | |
---|---|---|
committer | 2025-02-26 20:23:18 -0500 | |
commit | 97e8560afba58a180b662a263f4da6c5b1ab0df1 (patch) | |
tree | ed01e43a043ffa9d398ed6dac7119e7b071da227 /.config | |
parent | f295e5d45255181e18ece88c42e3ed67d940ef4e (diff) | |
download | configs-97e8560afba58a180b662a263f4da6c5b1ab0df1.tar.gz configs-97e8560afba58a180b662a263f4da6c5b1ab0df1.tar.xz configs-97e8560afba58a180b662a263f4da6c5b1ab0df1.zip |
Various updates from monarch
Diffstat (limited to '.config')
-rw-r--r-- | .config/foot/foot.ini | 3 | ||||
-rw-r--r-- | .config/sway/monarch | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 07c8f2e..f60dad7 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -10,7 +10,7 @@ term=xterm-256color # locked-title=no #font=Source Code Pro Medium:size=10, Apple Color Emoji:size=10 -font=Source Code Pro Medium:size=8, Apple Color Emoji:size=10 +font=Source Code Pro Medium:size=8, Apple Color Emoji:size=8 # font=monospace:size=8 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> @@ -24,6 +24,7 @@ font=Source Code Pro Medium:size=8, Apple Color Emoji:size=10 # underline-thickness=<font underline thickness> # box-drawings-uses-font-glyphs=no # dpi-aware=no +dpi-aware=yes # initial-window-size-pixels=700x500 # Or, # initial-window-size-chars=<COLSxROWS> diff --git a/.config/sway/monarch b/.config/sway/monarch new file mode 100644 index 0000000..16813d7 --- /dev/null +++ b/.config/sway/monarch @@ -0,0 +1,14 @@ +# -*-conf-*- + +output * bg ~/usr/pic/wallpaper fill + +input * { + xkb_options ctrl:swap_rwin_rctl,grp:shifts_toggle +} + +input "1739:53160:SYNA802E:00_06CB:CFA8_Touchpad" { + dwt enabled + natural_scroll enabled + middle_emulation enabled + click_method clickfinger +} |