mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: switched back to hyprland
This commit is contained in:
parent
208c1bae34
commit
59cc199722
5 changed files with 53 additions and 45 deletions
|
@ -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}$"
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -104,3 +104,5 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
# https://unicodes.jessetane.com/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue