From acc937bfbb3317dc82bf152a99ec5a7b4514f678 Mon Sep 17 00:00:00 2001 From: Tibeuleu <> Date: Mon, 4 Aug 2025 23:01:05 +0200 Subject: [PATCH] telegran executable and weather location --- .config/i3/config | 2 +- .config/shell/profile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index dac456c..5f04f6a 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -104,7 +104,7 @@ bindsym $mod+d exec --no-startup-id dmenu_run bindsym $mod+Shift+d exec --no-startup-id discord bindsym $mod+t exec --no-startup-id thunderbird -bindsym $mod+Shift+t exec --no-startup-id telegram-desktop +bindsym $mod+Shift+t exec --no-startup-id Telegram set $freeze Distraction-free mode (super+shift+f to reactivate bindings) mode "$freeze" { bindsym $mod+Shift+f mode "default" diff --git a/.config/shell/profile b/.config/shell/profile index b7c011c..145137c 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -35,6 +35,8 @@ export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go" export ANSIBLE_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/ansible/ansible.cfg" export UNISON="${XDG_DATA_HOME:-$HOME/.local/share}/unison" export HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/history" +# Weather report +export LOCATION="Strasbourg" # Xspec and IXPEobssim export HEADAS="$HOME/.local/lib/heasoft-6.33/x86_64-pc-linux-gnu-libc2.39/"