Various uncommitted changes

This commit is contained in:
outfoxxed 2023-09-07 03:24:09 -07:00
parent da65f0f4a3
commit 6f9977ea69
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 14 additions and 3 deletions

View file

@ -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 $@
'';

View file

@ -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

View file

@ -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