mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 16:33:55 -05:00
Revert "aly: add planify + kb shortcuts + wm rules"
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This reverts commit 85b63fc1ce
.
This commit is contained in:
parent
7e7efcf4ec
commit
eb7640ee46
|
@ -19,7 +19,6 @@ self: {pkgs, ...}: {
|
|||
nicotine-plus
|
||||
obsidian
|
||||
picard
|
||||
planify
|
||||
tauon
|
||||
transmission-remote-gtk
|
||||
tuba
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
keybindings = {
|
||||
"${config.wayland.windowManager.sway.config.modifier}+N" = "exec ${lib.getExe' pkgs.obsidian "obsidian"}";
|
||||
"${config.wayland.windowManager.sway.config.modifier}+P" = "exec ${lib.getExe pkgs.rofi-rbw-wayland}";
|
||||
"${config.wayland.windowManager.sway.config.modifier}+Space" = "exec ${lib.getExe' pkgs.planify "io.github.alainm23.planify.quick-add"}";
|
||||
};
|
||||
|
||||
startup = [
|
||||
|
@ -56,10 +55,6 @@
|
|||
command = "resize set 80ppt 80ppt; move position center; sticky toggle;";
|
||||
criteria = {app_id = "org.keepassxc.KeePassXC";};
|
||||
}
|
||||
{
|
||||
command = "move position center; sticky toggle; focus;";
|
||||
criteria = {app_id = "io.github.alainm23.planify.quick-add";};
|
||||
}
|
||||
{
|
||||
command = "move to scratchpad";
|
||||
criteria = {app_id = "org.gnome.Fractal";};
|
||||
|
@ -75,7 +70,6 @@
|
|||
bind = [
|
||||
"SUPER,N,exec,${lib.getExe' pkgs.obsidian "obsidian"}"
|
||||
"SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"
|
||||
"SUPER,SPACE,exec,${lib.getExe' pkgs.planify "io.github.alainm23.planify.quick-add"}"
|
||||
];
|
||||
|
||||
dwindle.no_gaps_when_only = "1";
|
||||
|
@ -87,12 +81,10 @@
|
|||
"center(1),class:(org.keepassxc.KeePassXC)"
|
||||
"float,class:(Bitwarden)"
|
||||
"float,class:(org.keepassxc.KeePassXC)"
|
||||
"pin,class:(io.github.alainm23.planify.quick-add)"
|
||||
"size 80% 80%,class:(Bitwarden)"
|
||||
"size 80% 80%,class:(org.keepassxc.KeePassXC)"
|
||||
"stayfocused,class:(io.github.alainm23.planify.quick-add)"
|
||||
"workspace special:magic,class:(org.gnome.Fractal)"
|
||||
"workspace special:magic,class:(vesktop)"
|
||||
"workspace special:magic,class:(org.gnome.Fractal)"
|
||||
];
|
||||
|
||||
workspace = [
|
||||
|
|
Loading…
Reference in a new issue