minor tweaks

This commit is contained in:
Jason Swank
2026-01-03 12:26:54 -05:00
parent 75363a7d91
commit a75e2a5732
3 changed files with 21 additions and 4 deletions

View File

@@ -6,3 +6,9 @@
[push] [push]
autoSetupRemote = true autoSetupRemote = true
default = current default = current
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential

View File

@@ -1 +1,8 @@
set tabstop=4 set autoindent
set tabstop=2
set shiftwidth=2
set showmatch
set wrapscan
set ignorecase
map ; :

View File

@@ -18,6 +18,12 @@ set $term foot
# Your preferred application launcher # Your preferred application launcher
set $menu wmenu-run set $menu wmenu-run
workspace_layout tabbed
# titlebar font
font Droid Sans Mono Bold 10
#font DejaVu Serif Italic Bold 10
### Output configuration ### Output configuration
# #
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
@@ -218,7 +224,7 @@ bindsym $mod+r mode "resize"
# #
# Read `man 5 sway-bar` for more information about this section. # Read `man 5 sway-bar` for more information about this section.
bar { bar {
position top position bottom
# When the status_command prints a new line to stdout, swaybar updates. # When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time. # The default just shows the current date and time.
@@ -230,5 +236,3 @@ bar {
inactive_workspace #32323200 #32323200 #5c5c5c inactive_workspace #32323200 #32323200 #5c5c5c
} }
} }
include /etc/sway/config.d/*