yazi and lots of stuff
This commit is contained in:
parent
7b26c73b59
commit
995a7247ed
72 changed files with 8598 additions and 71 deletions
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
programs = {
|
||||
waybar = {
|
||||
enable = true;
|
||||
|
@ -22,13 +21,10 @@
|
|||
|
||||
spawn-at-startup = [
|
||||
{ command = ["maestral_qt"]; }
|
||||
# { command = ["xwayland-satellite" ":0"]; }
|
||||
{ command = ["clipse" "-listen"]; }
|
||||
# { command = ["waybar"]; }
|
||||
{ command = ["swayosd-server"]; }
|
||||
{ command = ["plexamp"]; }
|
||||
{ command = [ "systemctl --user restart waybar.service mako.service hypridle.service xwayland-satellite.service" ]; }
|
||||
# { command = ["hypridle"]; }
|
||||
{ command = [ "systemctl" "--user" "restart" "waybar.service" "mako.service" "hypridle.service" "xwayland-satellite.service" ]; }
|
||||
];
|
||||
|
||||
workspaces = {
|
||||
|
@ -60,18 +56,18 @@
|
|||
outputs = {
|
||||
"eDP-1" = {
|
||||
mode = {
|
||||
height = 2560;
|
||||
width = 1600;
|
||||
width = 2560;
|
||||
height = 1600;
|
||||
};
|
||||
background-color = "#000000";
|
||||
scale = 1;
|
||||
variable-refresh-rate = true;
|
||||
};
|
||||
|
||||
"PNP(BNQ) BenQ PD2725U N2N00414019" = {
|
||||
mode = {
|
||||
height = 3840;
|
||||
width = 2160;
|
||||
refresh = 59.997;
|
||||
width = 3840;
|
||||
height = 2160;
|
||||
};
|
||||
background-color = "#000000";
|
||||
scale = 1;
|
||||
|
@ -174,6 +170,11 @@
|
|||
open-floating = true; }
|
||||
];
|
||||
|
||||
switch-events = with config.lib.niri.actions; {
|
||||
lid-close.action = spawn "niri msg output eDP-1 off";
|
||||
lid-open.action = spawn "niri msg output eDP-1 on && shikanectl switch desk-clam";
|
||||
};
|
||||
|
||||
binds = with config.lib.niri.actions; let
|
||||
wez = spawn "wezterm" "--config-file" "/home/emenel/.config/wezterm/launcher.lua" "start" "--always-new-process";
|
||||
wezlaunch = wez "--class" "launcher";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue