mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
sway/hyprland: don't start swayosd instance, let systemd handle it
This commit is contained in:
parent
f65580b575
commit
7edeeda449
|
@ -168,7 +168,6 @@
|
|||
exec-once = ${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1
|
||||
exec-once = ${fileManager} --daemon
|
||||
exec-once = ${idled}
|
||||
exec-once = ${lib.getExe' pkgs.swayosd "swayosd-server"}
|
||||
exec-once = ${lib.getExe' pkgs.networkmanagerapplet "nm-applet"}
|
||||
exec-once = ${lib.getExe' pkgs.blueman "blueman-applet"}
|
||||
exec-once = ${lib.getExe' pkgs.playerctl "playerctld"}
|
||||
|
@ -305,8 +304,8 @@
|
|||
# Basic window management.
|
||||
bind = ${modifier} SHIFT, W, fullscreen
|
||||
bind = ${modifier} SHIFT, V, togglefloating,
|
||||
bind = ${modifier} SHIFT, P, pseudo, # dwindle
|
||||
bind = ${modifier} SHIFT, J, togglesplit, # dwindle
|
||||
# bind = ${modifier} SHIFT, P, pseudo, # dwindle
|
||||
# bind = ${modifier} SHIFT, J, togglesplit, # dwindle
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = ${modifier}, left, movefocus, l
|
||||
|
|
|
@ -369,7 +369,7 @@
|
|||
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
|
||||
{command = ''${lib.getExe' pkgs.networkmanagerapplet "nm-applet"}'';}
|
||||
{command = ''${lib.getExe' pkgs.blueman "blueman-applet"}'';}
|
||||
{command = ''${lib.getExe' pkgs.swayosd "swayosd-server"}'';}
|
||||
# {command = ''${lib.getExe' pkgs.swayosd "swayosd-server"}'';}
|
||||
{command = ''${lib.getExe' pkgs.playerctl "playerctld"}'';}
|
||||
{command = ''${lib.getExe' pkgs.wl-clipboard "wl-paste"} --type image --watch ${lib.getExe pkgs.cliphist} store'';}
|
||||
{command = ''${lib.getExe' pkgs.wl-clipboard "wl-paste"} --type text --watch ${lib.getExe pkgs.cliphist} store'';}
|
||||
|
|
Loading…
Reference in a new issue