diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/foot/foot.ini | 3 | ||||
| -rw-r--r-- | .config/sway/config | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index bf504ef..7da346c 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -2,7 +2,8 @@ #font=Mono:size=9 #font=MiscFixed:pixelsize=14 #font=MiscFixedSC613:size=9 -font=Misc MiscFixed:pixelsize=13 +#font=Misc MiscFixed:pixelsize=13 +font=Misc MiscFixed:size=10 pad=2x0 center [cursor] diff --git a/.config/sway/config b/.config/sway/config index 0174d2d..8246156 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -26,7 +26,8 @@ set $term foot # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. # set $menu dmenu_path | dmenu | xargs swaymsg exec -- -set $menu dmenu_path | wmenu | xargs swaymsg exec -- +# set $menu dmenu_path | wmenu | xargs swaymsg exec -- +set $menu fuzzel ### Output configuration # @@ -77,6 +78,8 @@ input type:touchpad { natural_scroll enabled } +bindswitch lid:on exec swaylock -c "#103040" + ### Key bindings # # Basics: |
