mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
i3 cycle workspaces
This commit is contained in:
parent
aee072c7bf
commit
e0bf2a9a54
@ -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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[colors]
|
[colors]
|
||||||
black = #000000
|
black = #88000000
|
||||||
blue = #0288D1
|
blue = #0288D1
|
||||||
blue-light = #B3E5FC
|
blue-light = #B3E5FC
|
||||||
pink = #E91E63
|
pink = #E91E63
|
||||||
|
Loading…
x
Reference in New Issue
Block a user