i3: use redshift, clipit and schildichat from flatpak
This commit is contained in:
@ -274,8 +274,8 @@ exec --no-startup-id /usr/bin/env gnome-keyring-daemon --start
|
|||||||
|
|
||||||
# Notify about software updates
|
# Notify about software updates
|
||||||
exec --no-startup-id pamac-tray
|
exec --no-startup-id pamac-tray
|
||||||
# exec --no-startup-id clipit
|
exec --no-startup-id clipit
|
||||||
exec --no-startup-id xfce4-clipman
|
# exec --no-startup-id xfce4-clipman
|
||||||
|
|
||||||
# Notify about kernel updates
|
# Notify about kernel updates
|
||||||
exec --no-startup-id msm_notifier
|
exec --no-startup-id msm_notifier
|
||||||
@ -287,6 +287,9 @@ exec --no-startup-id pa-applet
|
|||||||
# Background
|
# Background
|
||||||
exec --no-startup-id nitrogen --restore
|
exec --no-startup-id nitrogen --restore
|
||||||
|
|
||||||
|
# Adjust display temperature
|
||||||
|
exec --no-startup-id redshift
|
||||||
|
|
||||||
# Notifications
|
# Notifications
|
||||||
{{#if dotter.packages.nix}}
|
{{#if dotter.packages.nix}}
|
||||||
exec --no-startup-id /etc/manual-links/xfce4-notifyd
|
exec --no-startup-id /etc/manual-links/xfce4-notifyd
|
||||||
|
@ -19,7 +19,7 @@ start_program()
|
|||||||
}
|
}
|
||||||
|
|
||||||
i3-msg 'workspace 9; append_layout ~/.config/i3/workspace-chat-schildi-tele-rocket.json'
|
i3-msg 'workspace 9; append_layout ~/.config/i3/workspace-chat-schildi-tele-rocket.json'
|
||||||
start_program schildichat-desktop
|
start_program chat.schildi.desktop
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
start_program telegram-desktop
|
start_program telegram-desktop
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
|
@ -9,6 +9,7 @@ PERL5LIB="~/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
|
|||||||
PERL_LOCAL_LIB_ROOT="~/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
|
PERL_LOCAL_LIB_ROOT="~/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
|
||||||
PERL_MB_OPT="--install_base \"~/perl5\""; export PERL_MB_OPT;
|
PERL_MB_OPT="--install_base \"~/perl5\""; export PERL_MB_OPT;
|
||||||
PERL_MM_OPT="INSTALL_BASE=~/perl5"; export PERL_MM_OPT;
|
PERL_MM_OPT="INSTALL_BASE=~/perl5"; export PERL_MM_OPT;
|
||||||
|
export ANDROID_HOME="$HOME/Android/Sdk"
|
||||||
|
|
||||||
export TERMINAL="alacritty"
|
export TERMINAL="alacritty"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user