persway
This commit is contained in:
parent
feebf38d8d
commit
a1ea05afff
4 changed files with 466 additions and 80 deletions
|
@ -14,6 +14,7 @@ in {
|
|||
|
||||
imports = [
|
||||
inputs.ironbar.homeManagerModules.default
|
||||
# inputs.anyrun.homeManagerModules.default
|
||||
# ./programs/eww/default.nix
|
||||
];
|
||||
|
||||
|
@ -65,6 +66,8 @@ in {
|
|||
# libsForQt5.qtstyleplugin-kvantum
|
||||
|
||||
gtk-engine-murrine
|
||||
|
||||
persway
|
||||
]
|
||||
++ pkgs.rice.fonts.pkgs
|
||||
++ pkgs.rice.icons.pkgs;
|
||||
|
@ -144,13 +147,6 @@ in {
|
|||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
package = pkgs.sway;
|
||||
# package = pkgs.swayfx;
|
||||
extraConfig = with pkgs.rice; ''
|
||||
default_orientation vertical
|
||||
'';
|
||||
# swayfx
|
||||
# corner_radius ${builtins.toString borders.rounding}
|
||||
# default_dim_inactive 0.15
|
||||
config = with pkgs.rice; {
|
||||
bars = [];
|
||||
# reintroduces flicker
|
||||
|
@ -178,12 +174,6 @@ in {
|
|||
hideEdgeBorders = "smart";
|
||||
titlebar = false;
|
||||
commands = [
|
||||
{
|
||||
command = "split toggle";
|
||||
criteria = {
|
||||
app_id = ".*";
|
||||
};
|
||||
}
|
||||
{
|
||||
command = "move scratchpad";
|
||||
criteria = {
|
||||
|
@ -208,6 +198,7 @@ in {
|
|||
{command = "swayosd --max-volume 100";}
|
||||
{command = "keepassxc";}
|
||||
{command = "swaync";}
|
||||
{command = "persway daemon -d spiral";}
|
||||
];
|
||||
terminal = "kitty";
|
||||
modifier = "Mod4";
|
||||
|
@ -401,6 +392,17 @@ in {
|
|||
(builtins.readFile dots/wlogout/style.css));
|
||||
};
|
||||
|
||||
# programs.anyrun = {
|
||||
# enable = true;
|
||||
# config = {
|
||||
# plugins = with inputs.anyrun.packages.${pkgs.system}; [ applications dictionary rink symbols stdin shell ];
|
||||
# y = { fraction = 0.35; };
|
||||
# width = { absolute = 400; };
|
||||
# height = { absolute = 600; };
|
||||
# showResultsImmediately = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
programs.fuzzel = with pkgs.rice; {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue