From 402d47c0e66daefd05daa15d61eddcbc5733ebde Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 11 Jun 2018 00:31:00 -0700 Subject: Hide title bar an initialize scratchpad --- home/.config/i3/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.config/i3/config b/home/.config/i3/config index 9c8d740..0756924 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -198,6 +198,7 @@ bindsym $mod+r mode "resize" # # Read `man 5 sway-bar` for more information about this section. bar { + mode hide position top status_command i3blocks -c ~/.config/i3/i3blocks.conf colors { @@ -283,6 +284,9 @@ exec xinput set-prop 12 280 1 exec xinput set-prop 12 300 1 exec --no-startup-id redshift +exec --no-startup-id sakura --name=sakura_scratchpad +for_window [instance="sakura_scratchpad"] move scratchpad + # layout preferences for_window [class="Spotify"] move to workspace number 10 exec spotify -- cgit v1.2.3