Add wallpaper and some conf
This commit is contained in:
parent
a9e6f9a26e
commit
e9e9e2f482
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
Binary file not shown.
|
|
@ -45,7 +45,6 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -inc 10
|
bindsym XF86MonBrightnessDown exec xbacklight -inc 10
|
||||||
|
|
||||||
bindsym Ctrl+e exec element-desktop
|
bindsym Ctrl+e exec element-desktop
|
||||||
bindsym Ctrl+f exec simpleX-desktop
|
|
||||||
bindsym Ctrl+Mod4+l exec "i3lock -c 000000"
|
bindsym Ctrl+Mod4+l exec "i3lock -c 000000"
|
||||||
# use these keys for focus, movement, and resize directions when reaching for
|
# use these keys for focus, movement, and resize directions when reaching for
|
||||||
# the arrows is not convenient
|
# the arrows is not convenient
|
||||||
|
|
@ -125,6 +124,7 @@ bindsym Mod4+space focus mode_toggle
|
||||||
# default_border pixel 1
|
# default_border pixel 1
|
||||||
for_window [class="^.*"] border pixel 1
|
for_window [class="^.*"] border pixel 1
|
||||||
for_window [class="term_date"] floating enable
|
for_window [class="term_date"] floating enable
|
||||||
|
for_window [class="mpv"] floating enable resize set 680 420
|
||||||
#default_floating_border pixel 1
|
#default_floating_border pixel 1
|
||||||
#gaps inner 1px
|
#gaps inner 1px
|
||||||
# focus the parent container
|
# focus the parent container
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ config.window_padding = {
|
||||||
|
|
||||||
-- For example, changing the initial geometry for new windows:
|
-- For example, changing the initial geometry for new windows:
|
||||||
config.initial_cols = 120
|
config.initial_cols = 120
|
||||||
config.initial_rows = 80
|
config.initial_rows = 30
|
||||||
config.enable_scroll_bar = true
|
config.enable_scroll_bar = true
|
||||||
config.color_scheme_dirs = { '~/.config/iTerm2-Color-Schemes' }
|
config.color_scheme_dirs = { '~/.config/iTerm2-Color-Schemes' }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user