mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 21:13:54 -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
|
nicotine-plus
|
||||||
obsidian
|
obsidian
|
||||||
picard
|
picard
|
||||||
planify
|
|
||||||
tauon
|
tauon
|
||||||
transmission-remote-gtk
|
transmission-remote-gtk
|
||||||
tuba
|
tuba
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"${config.wayland.windowManager.sway.config.modifier}+N" = "exec ${lib.getExe' pkgs.obsidian "obsidian"}";
|
"${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}+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 = [
|
startup = [
|
||||||
|
@ -56,10 +55,6 @@
|
||||||
command = "resize set 80ppt 80ppt; move position center; sticky toggle;";
|
command = "resize set 80ppt 80ppt; move position center; sticky toggle;";
|
||||||
criteria = {app_id = "org.keepassxc.KeePassXC";};
|
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";
|
command = "move to scratchpad";
|
||||||
criteria = {app_id = "org.gnome.Fractal";};
|
criteria = {app_id = "org.gnome.Fractal";};
|
||||||
|
@ -75,7 +70,6 @@
|
||||||
bind = [
|
bind = [
|
||||||
"SUPER,N,exec,${lib.getExe' pkgs.obsidian "obsidian"}"
|
"SUPER,N,exec,${lib.getExe' pkgs.obsidian "obsidian"}"
|
||||||
"SUPER,P,exec,${lib.getExe pkgs.rofi-rbw-wayland}"
|
"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";
|
dwindle.no_gaps_when_only = "1";
|
||||||
|
@ -87,12 +81,10 @@
|
||||||
"center(1),class:(org.keepassxc.KeePassXC)"
|
"center(1),class:(org.keepassxc.KeePassXC)"
|
||||||
"float,class:(Bitwarden)"
|
"float,class:(Bitwarden)"
|
||||||
"float,class:(org.keepassxc.KeePassXC)"
|
"float,class:(org.keepassxc.KeePassXC)"
|
||||||
"pin,class:(io.github.alainm23.planify.quick-add)"
|
|
||||||
"size 80% 80%,class:(Bitwarden)"
|
"size 80% 80%,class:(Bitwarden)"
|
||||||
"size 80% 80%,class:(org.keepassxc.KeePassXC)"
|
"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:(vesktop)"
|
||||||
|
"workspace special:magic,class:(org.gnome.Fractal)"
|
||||||
];
|
];
|
||||||
|
|
||||||
workspace = [
|
workspace = [
|
||||||
|
|
Loading…
Reference in a new issue