tweaks to things
This commit is contained in:
parent
7f93040bc0
commit
0047b0f10d
|
@ -275,7 +275,7 @@ in
|
|||
output = ["DP-1" "eDP-1"];
|
||||
position = if laptop then "bottom" else "top";
|
||||
height = 35;
|
||||
width = if laptop then 1300 else 1100;
|
||||
width = if laptop then 1300 else 2100;
|
||||
# Choose the order of the modules "custom/wintitle",
|
||||
modules-left = ["hyprland/workspaces" "hyprland/window"];
|
||||
modules-center = ["clock"];
|
||||
|
@ -303,6 +303,7 @@ in
|
|||
"8" = "";
|
||||
"9" = "";
|
||||
};
|
||||
all-outputs = true;
|
||||
# on-scroll-up = "hyprctl dispatch workspace e+1";
|
||||
# on-scroll-down = "hyprctl dispatch workspace e-1";
|
||||
};
|
||||
|
@ -890,17 +891,17 @@ tooltip label {
|
|||
};
|
||||
};
|
||||
|
||||
nextlcoud-client = {
|
||||
Unit = {
|
||||
Description = "Nextcloud Client";
|
||||
After = [ "graphical-session.target" ];
|
||||
# PartOf = [ "plasma-workspace.target" ];
|
||||
};
|
||||
Service = {
|
||||
Environment = ["PATH=/etc/profiles/per-user/chris/bin"
|
||||
"WAYLAND_DISPLAY=wayland-1"];
|
||||
};
|
||||
};
|
||||
# nextcloud-client = {
|
||||
# Unit = {
|
||||
# Description = "Nextcloud Client";
|
||||
# After = [ "graphical-session.target" ];
|
||||
# # PartOf = [ "plasma-workspace.target" ];
|
||||
# };
|
||||
# Service = {
|
||||
# Environment = ["PATH=/etc/profiles/per-user/chris/bin"
|
||||
# "WAYLAND_DISPLAY=wayland-1"];
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -107,6 +107,7 @@ with lib;
|
|||
php-mode
|
||||
lua-mode
|
||||
nix-mode
|
||||
nix-update
|
||||
cmake-mode
|
||||
fennel-mode
|
||||
yaml-mode
|
||||
|
|
|
@ -137,7 +137,7 @@ with lib;
|
|||
# natron
|
||||
digikam
|
||||
rubberband
|
||||
texlive.combined.scheme-full
|
||||
texliveFull
|
||||
wlroots
|
||||
picom-jonaburg
|
||||
pamixer
|
||||
|
|
Loading…
Reference in a new issue