Enabled easier workspace switching
Can now hit the shortcut for the current workspace to jump to the previous workspace. Now if I go from workspace 1 to workspace 5, I can hit the shortcut for workspace 5 (while still in workspace 5) to jump back to workspace 1 (don't have to remember which workspace I came from).
This commit is contained in:
parent
72968f86b0
commit
07c2efc0a1
|
@ -51,6 +51,7 @@ in {
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
terminal = "alacritty"; # TODO: include in packages above?
|
terminal = "alacritty"; # TODO: include in packages above?
|
||||||
menu = "rofi -show run";
|
menu = "rofi -show run";
|
||||||
|
workspaceAutoBackAndForth = true;
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
focused = {
|
focused = {
|
||||||
|
|
Loading…
Reference in a new issue