updaties
This commit is contained in:
parent
fc99a7993b
commit
b27b7cd33d
3 changed files with 9 additions and 5 deletions
|
|
@ -831,6 +831,10 @@ in {
|
||||||
/* border-radius: 20px; */
|
/* border-radius: 20px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#window {
|
||||||
|
padding-left: 3px;
|
||||||
|
|
||||||
|
|
||||||
window#waybar > box {
|
window#waybar > box {
|
||||||
color: @base05;
|
color: @base05;
|
||||||
margin: 12px 14px 14px 14px;
|
margin: 12px 14px 14px 14px;
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ in
|
||||||
"Super+Alt+F".action = toggle-windowed-fullscreen;
|
"Super+Alt+F".action = toggle-windowed-fullscreen;
|
||||||
"Super+C".action = close-window;
|
"Super+C".action = close-window;
|
||||||
"Super+Shift+C".action = center-window;
|
"Super+Shift+C".action = center-window;
|
||||||
"Super+Shift+O".action = move-window-to-floating;
|
"Super+Shift+O".action = toggle-window-floating;
|
||||||
"Super+P".action.spawn = "/home/chris/bin/rbw.sh";
|
"Super+P".action.spawn = "/home/chris/bin/rbw.sh";
|
||||||
"Super+Up".action = focus-window-or-monitor-up;
|
"Super+Up".action = focus-window-or-monitor-up;
|
||||||
"Super+K".action = focus-window-or-monitor-up;
|
"Super+K".action = focus-window-or-monitor-up;
|
||||||
|
|
@ -135,19 +135,19 @@ in
|
||||||
"Super+Alt+H".action = focus-monitor-left;
|
"Super+Alt+H".action = focus-monitor-left;
|
||||||
};
|
};
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{ argv = ["dbus-update-activation-environment --systemd --all"]; }
|
|
||||||
{ argv = ["${pkgs.xwayland-satellite}/bin/xwayland-satellite"]; }
|
|
||||||
{ argv = ["waybar"]; }
|
{ argv = ["waybar"]; }
|
||||||
|
{ argv = ["${pkgs.xwayland-satellite}/bin/xwayland-satellite"]; }
|
||||||
|
{ argv = ["/usr/lib/kdeconnectd"]; }
|
||||||
{ argv = ["cosmic-osd"]; }
|
{ argv = ["cosmic-osd"]; }
|
||||||
{ argv = ["cosmic-idle"]; }
|
{ argv = ["cosmic-idle"]; }
|
||||||
{ argv = ["cosmic-settings-daemon"]; }
|
{ argv = ["cosmic-settings-daemon"]; }
|
||||||
{ argv = ["kwalletd6"]; }
|
{ argv = ["kwalletd6"]; }
|
||||||
{ argv = ["swww-daemon"]; }
|
{ argv = ["swww-daemon"]; }
|
||||||
|
{ argv = ["dbus-update-activation-environment --systemd --all"]; }
|
||||||
{ argv = ["systemctl --user start jellyfin-mpv-shim"]; }
|
{ argv = ["systemctl --user start jellyfin-mpv-shim"]; }
|
||||||
{ argv = ["systemctl --user start nextcloud-client"]; }
|
{ argv = ["systemctl --user start nextcloud-client"]; }
|
||||||
{ argv = ["systemctl --user start syncthingtray"]; }
|
{ argv = ["systemctl --user start syncthingtray"]; }
|
||||||
{ argv = ["rbw-agent"]; }
|
{ argv = ["rbw-agent"]; }
|
||||||
{ argv = ["/usr/lib/kdeconnectd"]; }
|
|
||||||
{ argv = ["kdeconnect-indicator"]; }
|
{ argv = ["kdeconnect-indicator"]; }
|
||||||
{ argv = ["wl-paste --watch cliphist store"]; }
|
{ argv = ["wl-paste --watch cliphist store"]; }
|
||||||
{ argv = ["swww img /home/chris/pics/wallpapers/tech.jpg --resize crop -t grow --transition-bezier .14,0,.14,.99"]; }
|
{ argv = ["swww img /home/chris/pics/wallpapers/tech.jpg --resize crop -t grow --transition-bezier .14,0,.14,.99"]; }
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ff5879f6200db4f3ceddd12b8d3683985f41da98
|
Subproject commit 63ec2f6b300977b057400584b0de8082015eaaa9
|
||||||
Loading…
Add table
Add a link
Reference in a new issue