mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: niri isn't for me
This commit is contained in:
parent
c4c07a043a
commit
a128d9b7fa
4 changed files with 13 additions and 8 deletions
|
@ -67,8 +67,8 @@ in
|
||||||
zoom
|
zoom
|
||||||
academic
|
academic
|
||||||
# hypr
|
# hypr
|
||||||
niri
|
# niri
|
||||||
wayland
|
# wayland
|
||||||
theming
|
theming
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
{
|
{
|
||||||
services.espanso = {
|
services.espanso = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.espanso-wayland;
|
||||||
matches = {
|
matches = {
|
||||||
base = {
|
base = {
|
||||||
matches = [
|
matches = [
|
||||||
|
|
|
@ -64,7 +64,8 @@ in
|
||||||
{ command = [ "easyeffects -r" ]; }
|
{ command = [ "easyeffects -r" ]; }
|
||||||
{ command = [ "vesktop" ]; }
|
{ command = [ "vesktop" ]; }
|
||||||
{ command = [ "signal" ]; }
|
{ command = [ "signal" ]; }
|
||||||
{ command = [ "floorp" ]; }
|
{ command = [ "feishin" ]; }
|
||||||
|
{ command = [ "zeditor" ]; }
|
||||||
];
|
];
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
|
@ -306,6 +307,9 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
|
default-column-width = {
|
||||||
|
proportion = 0.5;
|
||||||
|
};
|
||||||
border = {
|
border = {
|
||||||
enable = true;
|
enable = true;
|
||||||
width = 2;
|
width = 2;
|
||||||
|
@ -324,7 +328,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
workspaces = {
|
workspaces = {
|
||||||
default = {
|
${workspace0} = {
|
||||||
name = workspace0;
|
name = workspace0;
|
||||||
};
|
};
|
||||||
${workspace1} = {
|
${workspace1} = {
|
||||||
|
|
|
@ -10,11 +10,11 @@ in
|
||||||
mullvad
|
mullvad
|
||||||
syncthing
|
syncthing
|
||||||
ollama
|
ollama
|
||||||
# plasma
|
plasma
|
||||||
# sddm
|
sddm
|
||||||
# hypr
|
# hypr
|
||||||
niri
|
# niri
|
||||||
wayland
|
# wayland
|
||||||
searx
|
searx
|
||||||
portals
|
portals
|
||||||
xserver
|
xserver
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue