New arch setup

This commit is contained in:
KK
2026-06-22 16:34:08 +02:00
parent 73214c732a
commit 4969692f93
7 changed files with 152 additions and 17 deletions

View File

@@ -3,3 +3,4 @@ alias vi='kak'
alias df='/usr/bin/git --git-dir=$HOME/.dotfilesrepo/ --work-tree=$HOME'
alias unpack='dtrx'
alias imv='imv-wayland'
alias sway='sway --unsupported-gpu'

View File

@@ -1,5 +1,5 @@
[main]
font=JetBrains Mono:size=14
font=JetBrains Mono:size=10
[bell]
urgent=no

View File

@@ -247,7 +247,7 @@ bindsym $mod+r mode "resize"
# Read `man j sway-bar` for more information about this section.
bar {
position top
font pango:JetBrains Mono $fontsize
font pango:Fira Code $fontsize
# Show volume, brightness, and date/time.
status_command ~/.config/sway/status.sh

View File

@@ -1,8 +1,8 @@
# ~/.config/tmux/tmux.conf
# Enable extended key reporting for terminals/apps that support it.
set -g extended-keys on
set -g extended-keys-format csi-u
# set -g extended-keys on
# set -g extended-keys-format csi-u
# Index windows/tabs and panes from 1 instead of 0.
set -g base-index 1