diff --git a/i3/i3/config b/i3/i3/config index 06ee9ba..b355050 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -274,8 +274,8 @@ exec --no-startup-id /usr/bin/env gnome-keyring-daemon --start # Notify about software updates exec --no-startup-id pamac-tray -# exec --no-startup-id clipit -exec --no-startup-id xfce4-clipman +exec --no-startup-id clipit +# exec --no-startup-id xfce4-clipman # Notify about kernel updates exec --no-startup-id msm_notifier @@ -287,6 +287,9 @@ exec --no-startup-id pa-applet # Background exec --no-startup-id nitrogen --restore +# Adjust display temperature +exec --no-startup-id redshift + # Notifications {{#if dotter.packages.nix}} exec --no-startup-id /etc/manual-links/xfce4-notifyd diff --git a/i3/i3/scripts/open-messaging b/i3/i3/scripts/open-messaging index c77a1f3..fec8f71 100755 --- a/i3/i3/scripts/open-messaging +++ b/i3/i3/scripts/open-messaging @@ -19,7 +19,7 @@ start_program() } 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 start_program telegram-desktop sleep 0.1 diff --git a/zsh/.zshrc b/zsh/.zshrc index e3b1658..2a86bd7 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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_MB_OPT="--install_base \"~/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=~/perl5"; export PERL_MM_OPT; +export ANDROID_HOME="$HOME/Android/Sdk" export TERMINAL="alacritty"