diff --git a/assets/wallpaper.png b/assets/wallpaper.png new file mode 100644 index 0000000..62fced8 Binary files /dev/null and b/assets/wallpaper.png differ diff --git a/i3/.config.swp b/i3/.config.swp new file mode 100644 index 0000000..88da4a4 Binary files /dev/null and b/i3/.config.swp differ diff --git a/i3/config b/i3/config index 2e58c74..b5ab5e9 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/wezterm.lua b/wezterm.lua index ef9d888..ec209af 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -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' }