i3 cycle workspaces

This commit is contained in:
Christian Colglazier 2019-09-18 16:49:32 -04:00
parent aee072c7bf
commit e0bf2a9a54
2 changed files with 4 additions and 1 deletions

View File

@ -47,6 +47,9 @@ bindsym $mod+h split h
# split in vertical orientation # split in vertical orientation
bindsym $mod+v split v bindsym $mod+v split v
# Cycle workspaces
bindsym $mod+apostrophe workspace next_on_output
# enter fullscreen mode for the focused container # enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle

View File

@ -1,5 +1,5 @@
[colors] [colors]
black = #000000 black = #88000000
blue = #0288D1 blue = #0288D1
blue-light = #B3E5FC blue-light = #B3E5FC
pink = #E91E63 pink = #E91E63