Various uncommitted changes
This commit is contained in:
parent
da65f0f4a3
commit
6f9977ea69
7 changed files with 14 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
inherit (inputs) hyprland hyprpaper hyprland-hy3;
|
||||
|
||||
wrapper = pkgs.writeShellScriptBin "hyprland" ''
|
||||
${impurity.link ./session.sh}
|
||||
${config.hyprland-session.prerun}
|
||||
${hyprland.packages.${system}.default}/bin/Hyprland $@
|
||||
'';
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
exec = systemctl start --user emacs.service && emacsclient -e "(setenv \"HYPRLAND_INSTANCE_SIGNATURE\" \"$HYPRLAND_INSTANCE_SIGNATURE\")"
|
||||
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 5
|
||||
|
|
|
@ -34,4 +34,4 @@ dbus-update-activation-environment --systemd MOZ_ENABLE_WAYLAND MOZ_DBUS_REMOTE
|
|||
# QT_PLUGIN_PATH=<qt5ct>/lib/qt-ver/plugins + breeze will correctly set the theme.
|
||||
# HOWEVER it won't find thumbnailers. For now the easiest way to deal with this, though definitely not
|
||||
# the right one, is to just throw $PATH into dbus.
|
||||
@dbusenv@ --systemd PATH
|
||||
dbus-update-activation-environment --systemd PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue