Compare commits

..

No commits in common. "68298a6d58190a367bb96f021b58683933c1026f" and "a9e6f9a26e75d4d82d4a84ad0fe33ab700d3dd38" have entirely different histories.

3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

View File

@ -45,6 +45,7 @@ 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
@ -124,7 +125,6 @@ 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 = 30
config.initial_rows = 80
config.enable_scroll_bar = true
config.color_scheme_dirs = { '~/.config/iTerm2-Color-Schemes' }