mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
opengl for ashell
This commit is contained in:
parent
c0532d96d2
commit
38e7e0469c
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ in
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprctl setcursor ${config.gtk.cursorTheme.name} ${builtins.toString config.gtk.cursorTheme.size}"
|
"hyprctl setcursor ${config.gtk.cursorTheme.name} ${builtins.toString config.gtk.cursorTheme.size}"
|
||||||
"hyprpaper"
|
"hyprpaper"
|
||||||
"ashell"
|
"WGPU_BACKEND=gl ashell"
|
||||||
"hypridle"
|
"hypridle"
|
||||||
"iio-hyprland"
|
"iio-hyprland"
|
||||||
"hyprprofile Default"
|
"hyprprofile Default"
|
||||||
|
@ -435,7 +435,7 @@ in
|
||||||
pkill -CONT emacsclient;
|
pkill -CONT emacsclient;
|
||||||
systemctl --user start mpd;
|
systemctl --user start mpd;
|
||||||
systemctl --user start nextcloud-client;
|
systemctl --user start nextcloud-client;
|
||||||
ashell & disown;
|
WGPU_BACKEND=gl ashell & disown;
|
||||||
hypridle & disown;
|
hypridle & disown;
|
||||||
exit;
|
exit;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue