fix clipse!
This commit is contained in:
parent
ff647de9ce
commit
56e4efafce
2 changed files with 2 additions and 3 deletions
|
@ -19,10 +19,9 @@ each host should have these files:
|
||||||
|
|
||||||
- multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?)
|
- multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?)
|
||||||
- divide steam and gamemode?
|
- divide steam and gamemode?
|
||||||
- hidpi and cursor size option ? mostly auto these days though
|
- hidpi option ? mostly auto these days though
|
||||||
- better theming for hyprlock, rofi, dunst (accent for hyprlock & dunst, variants for rofi)
|
- better theming for hyprlock, rofi, dunst (accent for hyprlock & dunst, variants for rofi)
|
||||||
- some way for border radius, border, tranparency theme options
|
- some way for border radius, border, tranparency theme options
|
||||||
- tags for pip and popups in hyprland config
|
- tags for pip and popups in hyprland config
|
||||||
- make wl-clip-persist, polkit agent, and networkmanager applet systemd services?
|
- make wl-clip-persist, polkit agent, and networkmanager applet systemd services?
|
||||||
- uh oh! it seems clipse is broken. the listen-shell service stops after you open the gui
|
|
||||||
- gtk cursors are MESSED UP. top priority rn
|
- gtk cursors are MESSED UP. top priority rn
|
||||||
|
|
|
@ -27,7 +27,7 @@ in {
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${lib.getExe cfg.package} -listen-shell";
|
ExecStart = "${lib.getExe cfg.package} --listen-shell";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 5;
|
RestartSec = 5;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue