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 | |
| parent | 964337ffb775db3be525175bef44d0df1a26ef77 (diff) | |
forgor
Diffstat (limited to '_linux')
| -rw-r--r-- | _linux/README.md | 2 | ||||
| -rw-r--r-- | _linux/i3/config | 4 | ||||
| -rw-r--r-- | _linux/tmux/tmux.conf (renamed from _linux/.tmux.conf) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/_linux/README.md b/_linux/README.md index 57910f6..b337d4d 100644 --- a/_linux/README.md +++ b/_linux/README.md @@ -2,6 +2,6 @@ * `sudo apt install sxhkd` xdd # links -* `~/.tmux.conf` -> `./.tmux.conf` +* `$XDG_CONFIG_HOME/tmux` -> `./tmux` * `$XDG_CONFIG_HOME/i3` -> `./i3` * `$XDG_CONFIG_HOME/i3status` -> `./i3status` 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 diff --git a/_linux/.tmux.conf b/_linux/tmux/tmux.conf index a7d8084..a7d8084 100644 --- a/_linux/.tmux.conf +++ b/_linux/tmux/tmux.conf |
