Fixed i3 restart, setup vertical splits in Vim
Also set EasyMotion prefix to single space.
This commit is contained in:
@@ -40,7 +40,7 @@ bindsym Mod4+p workspace $ws4; exec pgadmin3
|
||||
bindsym Mod4+q exec qdirstat
|
||||
bindsym Mod4+r exec urxvt -e ranger
|
||||
# bindsym control+$mod+s exec systemctl suspend
|
||||
bindsym control+$mod+p exec systemctl suspend
|
||||
bindsym control+$mod+s exec systemctl suspend
|
||||
bindsym Mod4+t exec st
|
||||
bindsym Mod4+x exec $swex
|
||||
bindsym Print exec gscreenshot
|
||||
@@ -301,7 +301,7 @@ bindsym $mod+Shift+5 move container to workspace $ws15; workspace $ws15
|
||||
bindsym $mod+Shift+s exec systemctl suspend
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
# bindsym $mod+control+r exec ~/.cache/wal/colors.sh; restart
|
||||
bindsym $mod+control+r exec restart
|
||||
bindsym $mod+control+r exec i3-msg restart
|
||||
# bindsym $mod+control+r exec $colors_sh && i3-msg restart
|
||||
|
||||
# reload the configuration file
|
||||
@@ -325,6 +325,7 @@ bindsym $mod+control+l resize shrink width 3 px or 3 ppt
|
||||
|
||||
# remove window titlebars
|
||||
for_window [class="^.*"] border pixel 3
|
||||
# for_window [class="^.*"] border pixel 1
|
||||
set $inner_gaps 35
|
||||
set $outer_gaps 0
|
||||
|
||||
@@ -395,8 +396,8 @@ set $bar_trans 00
|
||||
set $benq_ws_trans aa
|
||||
bar {
|
||||
i3bar_command i3bar -t
|
||||
# font pango:$sb_font 21
|
||||
font pango:$sb_font 14
|
||||
font pango:$sb_font 21
|
||||
# font pango:$sb_font 14
|
||||
colors {
|
||||
# 0 (transparent) -> 255 (opaque) in hex
|
||||
background $black$bar_trans
|
||||
@@ -420,8 +421,8 @@ bar {
|
||||
|
||||
bar {
|
||||
output $samsung
|
||||
# font pango:$sb_font 25
|
||||
font pango:$sb_font 15
|
||||
font pango:$sb_font 25
|
||||
# font pango:$sb_font 15
|
||||
# output $benq
|
||||
i3bar_command i3bar -t
|
||||
colors {
|
||||
@@ -461,7 +462,8 @@ set $mod Mod1
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
# font pango:Hack 11
|
||||
font pango:$sb_font 8
|
||||
# font pango:$sb_font 8
|
||||
font pango:$sb_font 11
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
|
||||
@@ -418,7 +418,8 @@ map yj eval fm.copy(dirarg=dict(down=1), narg=quantifier)
|
||||
map yk eval fm.copy(dirarg=dict(up=1), narg=quantifier)
|
||||
|
||||
# Searching
|
||||
map / console search%space
|
||||
map gr console search%space
|
||||
map / fzf_select
|
||||
map n search_next
|
||||
map N search_next forward=False
|
||||
map ct search_next order=tag
|
||||
@@ -679,5 +680,4 @@ map mb shell mv %f vibrant
|
||||
# bulk rename
|
||||
map cw eval fm.execute_console("bulkrename") if fm.thisdir.marked_items else fm.open_console("rename ")
|
||||
|
||||
map gr fzf_select
|
||||
# map <C-f> fzf_select
|
||||
# map gr fzf_select
|
||||
|
||||
Reference in New Issue
Block a user