nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

xinitrc (251B)


      1 #!/usr/bin/env bash
      2 to_export=(DISPLAY XAUTHORITY PATH GTK_IM_MODULE QT_IM_MODULE XMODIFIERS)
      3 
      4 systemctl --user import-environment "${to_export[@]}"
      5 dbus-update-activation-environment "${to_export[@]}"
      6 
      7 exec spectrwm >> "/tmp/spectrwm-$USER.log" 2>&1