Compare commits
No commits in common. "3967227c74df474d85a25c94c3bf32d6f96e50c3" and "63bae6785c1218ada399fc6dae9c832bbfb783e9" have entirely different histories.
3967227c74
...
63bae6785c
|
@ -488,7 +488,7 @@ message/delivery-status=bat -fn
|
|||
message/rfc822=bat -fn
|
||||
text/html=pandoc -f html -t plain | bat -fn
|
||||
#text/html=html | colorize
|
||||
text/*=bat -fn
|
||||
text/*=bat -fn --file-name="$AERC_FILENAME"
|
||||
application/x-sh=bat -fn -l sh
|
||||
#image/*=catimg -w $(tput cols) -
|
||||
#subject,~Git(hub|lab)=lolcat -f
|
||||
|
|
|
@ -5,7 +5,7 @@ export XDG_SESSION_DESKTOP=sway
|
|||
export _JAVA_AWT_WM_NONREPEATING=1
|
||||
|
||||
export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
|
||||
export PATH=~/.local/bin:$PATH:~/.nix-profile/bin
|
||||
export PATH=$PATH:~/.nix-profile/bin
|
||||
|
||||
# Honor per-interactive-shell startup file
|
||||
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP &
|
||||
|
||||
waybar &
|
||||
|
||||
mako &
|
||||
|
|
|
@ -212,8 +212,7 @@
|
|||
(inherit config)
|
||||
(handle-power-key `ignore)
|
||||
(handle-suspend-key `ignore)
|
||||
(handle-lid-switch `ignore)
|
||||
(kill-user-processes? #t)))
|
||||
(handle-lid-switch `ignore)))
|
||||
(delete pulseaudio-service-type)
|
||||
(delete gdm-service-type)
|
||||
(delete avahi-service-type)
|
||||
|
|
Loading…
Reference in a new issue