Add wallpaper and some conf

This commit is contained in:
Snorky 2025-09-24 08:56:44 +02:00
parent a9e6f9a26e
commit e9e9e2f482
4 changed files with 2 additions and 2 deletions

BIN
assets/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
i3/.config.swp Normal file

Binary file not shown.

View File

@ -45,7 +45,6 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 10
bindsym XF86MonBrightnessDown exec xbacklight -inc 10
bindsym Ctrl+e exec element-desktop
bindsym Ctrl+f exec simpleX-desktop
bindsym Ctrl+Mod4+l exec "i3lock -c 000000"
# use these keys for focus, movement, and resize directions when reaching for
# the arrows is not convenient
@ -125,6 +124,7 @@ bindsym Mod4+space focus mode_toggle
# default_border pixel 1
for_window [class="^.*"] border pixel 1
for_window [class="term_date"] floating enable
for_window [class="mpv"] floating enable resize set 680 420
#default_floating_border pixel 1
#gaps inner 1px
# focus the parent container

View File

@ -17,7 +17,7 @@ config.window_padding = {
-- For example, changing the initial geometry for new windows:
config.initial_cols = 120
config.initial_rows = 80
config.initial_rows = 30
config.enable_scroll_bar = true
config.color_scheme_dirs = { '~/.config/iTerm2-Color-Schemes' }