small pixel drawing of a pufferfish dotfiles

fix sway tabs
Jes Olson j3s@c3f.net
Tue, 21 Jun 2022 17:03:07 -0500
commit

71809d5d252c9c6f450a36636a63a0f1630efc62

parent

13565159047ecb58612a001d3d492320464c9456

1 files changed, 10 insertions(+), 15 deletions(-)

jump to
M .config/sway/config.config/sway/config

@@ -53,11 +53,6 @@ bindsym $mod+Shift+p exec --no-startup-id pa-fuzzel

bindsym $mod+Shift+c reload bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' -# Drag floating windows by holding down $mod and left mouse button. -# Resize them with right mouse button + $mod. -# Despite the name, also works for non-floating windows. -# Change normal to inverse to use left mouse button for resizing and right -# mouse button for dragging. floating_modifier $mod normal #

@@ -181,16 +176,16 @@ status_command statusbar

pango_markup enabled colors { - background $base00 - separator $base01 - statusline $base04 - - # State Border BG Text - focused_workspace $base05 $base0D $base00 - active_workspace $base05 $base03 $base00 - inactive_workspace $base03 $base01 $base05 - urgent_workspace $base08 $base08 $base00 - binding_mode $base00 $base0A $base00 + background $base00 + separator $base01 + statusline $base04 + + # State Border BG Text + focused_workspace $base05 $base0D $base00 + active_workspace $base05 $base03 $base00 + inactive_workspace $base03 $base01 $base05 + urgent_workspace $base08 $base08 $base00 + binding_mode $base00 $base0A $base00 } }