diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-15 18:14:58 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-15 18:14:58 -0500 |
commit | 9710351be5ee483d1326aa3570e4afe782e48570 (patch) | |
tree | 403870f6e0c8397d1185c136529b94706d4310e7 /.config/wpg/templates | |
parent | 0a16ab8ab338ca93f6d12b424182ad079d502d10 (diff) | |
download | dotfiles-9710351be5ee483d1326aa3570e4afe782e48570.tar.xz dotfiles-9710351be5ee483d1326aa3570e4afe782e48570.zip |
updated package list, updated muttrc with smtp, added some themes
Diffstat (limited to '.config/wpg/templates')
-rw-r--r-- | .config/wpg/templates/i3.base | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/.config/wpg/templates/i3.base b/.config/wpg/templates/i3.base index 72e27f2..825f7d2 100644 --- a/.config/wpg/templates/i3.base +++ b/.config/wpg/templates/i3.base @@ -49,17 +49,16 @@ bindsym $mod+shift+0 move container to workspace $ws10 ## GAPS/BORDERS default_border pixel 5 -default_floating_border normal +default_floating_border pixel 5 gaps inner 10 smart_borders no_gaps title_align center workspace_auto_back_and_forth yes # If there's only one container, give it a 4:3-ish aspect ratio -gaps horizontal 250 +gaps horizontal 450 smart_gaps inverse_outer - ## COLORS # base colors -- set by WPG set $coloract "{active}" @@ -105,8 +104,8 @@ bindsym $mod+u resize shrink height bindsym $mod+y resize shrink width bindsym $mod+minus gaps inner current plus 10 bindsym $mod+plus gaps inner current minus 10 -bindsym $mod+shift+minus gaps horizontal all set 250 -bindsym $mod+shift+plus gaps horizontal all set 0 +bindsym $mod+shift+minus gaps horizontal current set 250 +bindsym $mod+shift+plus gaps horizontal current set 0 ## LAYOUT # split direction @@ -130,6 +129,7 @@ bindsym $mod+space focus mode_toggle ## SHORTCUTS bindsym $mod+shift+F1 exec --no-startup-id firefox /usr/local/share/doc/freebsd/handbook/book.html bindsym $mod+F2 exec --no-startup-id firefox +bindsym $mod+shift+F2 exec --no-startup-id firefox --private-window bindsym $mod+F3 exec i3-filescmd.sh bindsym $mod+F4 exec i3-mailcmd.sh bindsym $mod+F5 exec i3-newsboatcmd.sh @@ -164,16 +164,6 @@ bindsym $mod+shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+shift+r restart -## MODES AND BARS -set $mode_display -mode "$mode_display" {{ - bindsym $left move workspace to output left - bindsym $right move workspace to output right - bindsym Return mode "default" - bindsym q mode "default" - bindsym Escape mode "default" -}} - set $mode_system l e s r shift+s mode "$mode_system" {{ bindsym e exec --no-startup-id i3-msg exit, mode "default" @@ -193,14 +183,12 @@ mode "$mode_help" {{ bindsym Escape mode "default" }} -bindsym $mod+d mode "$mode_display" bindsym $mod+Insert mode "$mode_system" bindsym $mod+F1 mode "$mode_help" ## BARS bar {{ height 30 - output $display_primary strip_workspace_numbers yes position bottom status_command i3blocks 2>/var/log/xinit/i3blocks.log |