test
This commit is contained in:
@@ -46,6 +46,9 @@
|
|||||||
|
|
||||||
"$mod, S, global, caelestia:launcherInterrupt"
|
"$mod, S, global, caelestia:launcherInterrupt"
|
||||||
"$mod, G, global, caelestia:launcherInterrupt"
|
"$mod, G, global, caelestia:launcherInterrupt"
|
||||||
|
"$mod, T, global, caelestia:launcherInterrupt"
|
||||||
|
"$mod, D, global, caelestia:launcherInterrupt"
|
||||||
|
"$mod, Escape, global, caelestia:launcherInterrupt"
|
||||||
|
|
||||||
"$mod, W, global, caelestia:launcherInterrupt"
|
"$mod, W, global, caelestia:launcherInterrupt"
|
||||||
"$mod, Q, global, caelestia:launcherInterrupt"
|
"$mod, Q, global, caelestia:launcherInterrupt"
|
||||||
@@ -130,9 +133,15 @@
|
|||||||
"$mod, M, exec, caelestia toggle music"
|
"$mod, M, exec, caelestia toggle music"
|
||||||
"$mod, D, exec, caelestia toggle communication"
|
"$mod, D, exec, caelestia toggle communication"
|
||||||
"$mod, R, exec, caelestia toggle todo"
|
"$mod, R, exec, caelestia toggle todo"
|
||||||
|
|
||||||
"$mod, G, togglespecialworkspace, gaming"
|
"$mod, G, togglespecialworkspace, gaming"
|
||||||
"$mod SHIFT, G, movetoworkspace, special:gaming"
|
"$mod SHIFT, G, movetoworkspace, special:gaming"
|
||||||
|
|
||||||
|
"$mod, T, togglespecialworkspace, special:steam"
|
||||||
|
"$mod SHIFT, T, movetoworkspace, special:steam"
|
||||||
|
|
||||||
|
"$mod, ESCAPE, togglespecialworkspace, special:btop"
|
||||||
|
|
||||||
# Toggle special workspace
|
# Toggle special workspace
|
||||||
"$mod, S, exec, caelestia toggle specialws"
|
"$mod, S, exec, caelestia toggle specialws"
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,10 @@
|
|||||||
"4, monitor:DP-2"
|
"4, monitor:DP-2"
|
||||||
"5, monitor:DP-2"
|
"5, monitor:DP-2"
|
||||||
"6, monitor:DP-2"
|
"6, monitor:DP-2"
|
||||||
"special:gaming, monitor:DP-1, default:false"
|
|
||||||
|
"special:gaming, monitor:DP-1, persistent:true"
|
||||||
|
"special:steam, monitor:DP-1, persistent:true, on-created-empty:steam"
|
||||||
|
"special:btop, persistent:true, on-created-empty:btop"
|
||||||
];
|
];
|
||||||
|
|
||||||
# ######## Layer rules ########
|
# ######## Layer rules ########
|
||||||
@@ -113,8 +116,6 @@
|
|||||||
#"blur, caelestia-.*"
|
#"blur, caelestia-.*"
|
||||||
#"blurpopups, caelestia-.*"
|
#"blurpopups, caelestia-.*"
|
||||||
#"ignorealpha 0.57, caelestia-.*"
|
#"ignorealpha 0.57, caelestia-.*"
|
||||||
|
|
||||||
# Gaming
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ in {
|
|||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
inputs.quickshell.packages.${system}.default
|
inputs.quickshell.packages.${system}.default
|
||||||
|
foot
|
||||||
hyprpicker
|
hyprpicker
|
||||||
qalculate-qt
|
qalculate-qt
|
||||||
fuzzel
|
fuzzel
|
||||||
|
|||||||
Reference in New Issue
Block a user