feat: switched back to hyprland

This commit is contained in:
Nick 2025-01-08 03:25:33 -06:00
parent 208c1bae34
commit 59cc199722
5 changed files with 53 additions and 45 deletions

View file

@ -9,7 +9,7 @@ let
maxsizeWindows = [
"maxsize 640x360, class:^${blueman}$"
"maxsize 640x360, class:^${easyeffects}$"
"maxsize 960x540, class:^${mpv}$"
"maxsize 640x360, class:^${mpv}$"
"maxsize 960x540, class:^${nomacs}$"
"maxsize 1000x1000, class:^${proton}$"
];

View file

@ -1,4 +1,4 @@
font-size = 14
font-size = 12
hint-font = true
background-color = #363a4f
@ -13,7 +13,7 @@ prompt-text = "Summon: "
width = 400
height = 400
outline-width = 2
outline-width = 1
border-width = 0
padding-top = 10

View file

@ -8,8 +8,18 @@
vscode = let
configPath = ./config;
keybindingsPath = import (configPath + "/keybindings.nix");
extensionsPath = import (configPath + "/extensions.nix") {inherit pkgs;};
userSettingsPath = import (configPath + "/userSettings.nix") {inherit pkgs lib flake;};
extensionsPath = import (configPath + "/extensions.nix") {
inherit
pkgs
;
};
userSettingsPath = import (configPath + "/userSettings.nix") {
inherit
pkgs
lib
flake
;
};
in {
enable = true;
package = pkgs.vscode;

View file

@ -104,3 +104,5 @@
};
};
}
# https://unicodes.jessetane.com/