Compare commits
2 Commits
161c6337a4
...
fa39d60ded
| Author | SHA1 | Date | |
|---|---|---|---|
| fa39d60ded | |||
| 71cf63c461 |
@@ -63,6 +63,9 @@
|
||||
"SUPER, Y, Toggle YouTube, togglespecialworkspace, youtube"
|
||||
"SUPER, P, Toggle Preload, togglespecialworkspace, preload"
|
||||
|
||||
"SUPER, S, Toggle Special Workspace, togglespecialworkspace, custom"
|
||||
"SUPER + Shift, S, Move to Special Workspace, movetoworkspace, special:custom"
|
||||
|
||||
# [Workspaces] Toggle between most recent workspaces
|
||||
"SUPER, Tab, Cycle workspaces, workspace, previous"
|
||||
]
|
||||
@@ -78,7 +81,7 @@
|
||||
else ws
|
||||
);
|
||||
in [
|
||||
"SUPER, ${key}, Switch to workspace ${toString ws}, workspace, ${toString ws}"
|
||||
"SUPER, ${key}, Switch to workspace ${toString ws}, exec, hakase-workspace-switch-force ${toString ws}"
|
||||
"SUPER SHIFT, ${key}, Move window to workspace ${toString ws}, movetoworkspace, ${toString ws}"
|
||||
]
|
||||
)
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
|
||||
"hyprland/workspaces" = {
|
||||
on-click = "activate";
|
||||
show-special = true;
|
||||
all-outputs = true;
|
||||
ignore-workspaces = ["special:preload"];
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
"default" = "";
|
||||
@@ -44,6 +47,9 @@
|
||||
"9" = "9";
|
||||
"10" = "0";
|
||||
"active" = "";
|
||||
"youtube" = "";
|
||||
"music" = "";
|
||||
"steam" = "";
|
||||
};
|
||||
persistent-workspaces = {
|
||||
"1" = [];
|
||||
|
||||
Reference in New Issue
Block a user