diff options
| author | kkard2 <[email protected]> | 2025-03-12 20:28:44 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-03-12 20:28:44 +0100 |
| commit | 8c63a2ace7535b562feedc037fe2f5ba8175ee89 (patch) | |
| tree | 22a83678dc4d65c067e6f449b42e5b1d426536ef /_linux/i3 | |
| parent | 964337ffb775db3be525175bef44d0df1a26ef77 (diff) | |
forgor
Diffstat (limited to '_linux/i3')
| -rw-r--r-- | _linux/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_linux/i3/config b/_linux/i3/config index b64c090..4dbf18f 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -13,7 +13,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:monospace 9 +font pango:monospace 10 # Start XDG autostart .desktop files using dex. See also # https://wiki.archlinux.org/index.php/XDG_Autostart @@ -58,7 +58,7 @@ floating_modifier $mod tiling_drag modifier titlebar # start a terminal -bindsym $mod+Return exec alacritty +bindsym $mod+Return exec st -f "Noto Sans Mono:style=Regular:size=12" -e tmux bindsym $mod+w exec firefox # kill focused window |
