This commit is contained in:
2026-01-10 10:08:05 +00:00
parent f6ef92c771
commit b9df0a4072
3 changed files with 10 additions and 2 deletions

View File

@@ -14,3 +14,5 @@
[push] [push]
default = current default = current
[credential]
helper = store

View File

@@ -4,6 +4,7 @@ font pango:monospace 8
exec --no-startup-id dex-autostart --autostart --environment i3 exec --no-startup-id dex-autostart --autostart --environment i3
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec_always --no-startup-id feh --bg-center $HOME/.config/vxclutch/background.jpg
# Use pactl to adjust volume in PulseAudio. # Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status set $refresh_i3status killall -SIGUSR1 i3status
@@ -17,7 +18,7 @@ floating_modifier $mod
# move tiling windows via drag & drop by left-clicking into the title bar, # move tiling windows via drag & drop by left-clicking into the title bar,
# or left-clicking anywhere into the window while holding the floating modifier. # or left-clicking anywhere into the window while holding the floating modifier.
tiling_drag modifier titlebar floating_modifier $mod
# start a terminal # start a terminal
bindsym $mod+Return exec wezterm bindsym $mod+Return exec wezterm
@@ -117,6 +118,10 @@ bar {
status_command i3status status_command i3status
} }
set $px 20
gaps inner $px
gaps outer $px
# external programs # external programs
bindsym $mod+d exec vesktop bindsym $mod+d exec vesktop
bindsym $mod+b exec librewolf bindsym $mod+b exec librewolf

View File

@@ -21,6 +21,7 @@ config.window_padding = {
} }
config.tab_bar_at_bottom = true config.tab_bar_at_bottom = true
config.freetype_load_target = "HorizontalLcd"
config.window_background_opacity = 0
return config return config