diff --git a/i3/shared.conf b/i3/shared.conf index 94e9752..2a666eb 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -47,6 +47,9 @@ bindsym $mod+h split h # split in vertical orientation bindsym $mod+v split v +# Cycle workspaces +bindsym $mod+apostrophe workspace next_on_output + # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle diff --git a/polybar/config b/polybar/config index f6da558..6fb5be8 100644 --- a/polybar/config +++ b/polybar/config @@ -1,5 +1,5 @@ [colors] -black = #000000 +black = #88000000 blue = #0288D1 blue-light = #B3E5FC pink = #E91E63