skwd (not working properly)
This commit is contained in:
winter
2026-05-31 11:47:44 -07:00
parent 29c4aa84a0
commit 099a6d05fa
6 changed files with 135 additions and 26 deletions

View File

@@ -50,6 +50,9 @@
home.packages = with pkgs; [
cargo
spotify-player
wl-clipboard
clipse
timg
];
home = {
@@ -57,7 +60,6 @@
homeDirectory = "/home/luke";
};
# necessary?
programs.home-manager.enable = true;
# Shell environment
@@ -122,6 +124,8 @@
enable = true;
};
programs.quickshell.enable = true;
# Day to day
programs.spicetify = {
enable = true;

View File

@@ -279,6 +279,8 @@ spawn-at-startup "waybar"
spawn-sh-at-startup "mako --default-timeout=5000"
spawn-at-startup "skwd-daemon"
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
@@ -380,6 +382,8 @@ binds {
Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; }
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
//Skwd-wall
Mod+W hotkey-overlay-title="Skwd-wall" { spawn "skwd wall toggle"; }
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.
@@ -470,10 +474,6 @@ binds {
// And you can also move a whole workspace to another monitor:
// Mod+Shift+Ctrl+Left { move-workspace-to-monitor-left; }
// ...
//TODO:
//y -> monitor left
//o -> monitor right
// get rid of Page*
Mod+Page_Down { focus-workspace-down; }
Mod+Page_Up { focus-workspace-up; }
Mod+U { focus-workspace-down; }
@@ -565,6 +565,11 @@ binds {
// Consume one window from the right to the bottom of the focused column.
Mod+Comma { consume-window-into-column; }
// Toggle tabbed column display mode.
// Windows in this column will appear as vertical tabs,
// rather than stacked on top of each other.
Mod+Shift+Comma { toggle-column-tabbed-display; }
// Expel the bottom window from the focused column to the right.
Mod+Period { expel-window-from-column; }
@@ -604,10 +609,6 @@ binds {
Mod+V { toggle-window-floating; }
Mod+Shift+V { switch-focus-between-floating-and-tiling; }
// Toggle tabbed column display mode.
// Windows in this column will appear as vertical tabs,
// rather than stacked on top of each other.
Mod+W { toggle-column-tabbed-display; }
// Actions to switch layouts.
// Note: if you uncomment these, make sure you do NOT have