diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-12-14 17:06:32 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-12-14 17:06:32 +0100 |
| commit | 7138f485299e110f59bfea1bc0deda82750104e2 (patch) | |
| tree | 7a69d8e1b93e5509082eed7d5ef07895b7707cd5 | |
| parent | b930dfe9226df393dbb98862b55a339533bb6439 (diff) | |
update
| -rw-r--r-- | .bashrc | 5 | ||||
| -rw-r--r-- | .config/i3status/config | 2 | ||||
| -rw-r--r-- | .config/sway/config | 2 | ||||
| -rw-r--r-- | .xinitrc | 2 | ||||
| -rwxr-xr-x | bin/tc | 4 |
5 files changed, 9 insertions, 6 deletions
@@ -5,12 +5,13 @@ export PAGER=less export EDITOR=vim -export HISTIGNORE='sudo id:uname:date:exit:df:ll:ls:ps:pwd:top:history' +export HISTIGNORE='sudo id:uname:date:exit:df:ll:ls:ps:pwd:tc:top:history' export HISTCONTROL=ignoreboth:erasedups # no start space and duplicate entries export HISTSIZE=100000 # big big history export HISTFILESIZE=100000 # big big history -shopt -s histappend # append to history, don't overwrite it stty -ixon # disable Ctrl-S +shopt -s histappend # append to history, don't overwrite it +shopt -s globstar p() { [ -f "$1" -a ! -x "$1" ] && less -XF $1 || "$@" 2>&1 | less -XF ; } export -f p diff --git a/.config/i3status/config b/.config/i3status/config index 2b53153..62f4a0d 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -93,7 +93,7 @@ memory { } cpu_temperature 0 { - format = "🌡%degrees °C" + format = "🌡 %degrees °C" path = "/sys/class/hwmon/hwmon2/temp1_input" } diff --git a/.config/sway/config b/.config/sway/config index 1227919..76e0b49 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -11,6 +11,8 @@ exec /usr/libexec/pipewire-launcher exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway # exec foot -s +exec xset +fp /usr/share/fonts/misc + ### Variables # # Logo key. Use Mod1 for Alt. @@ -2,4 +2,4 @@ xhost + local: xrdb .Xresources xsetroot -solid rgb:1/3/4 -exec i3 +exec dbus-run-session i3 @@ -16,5 +16,5 @@ color() { } color ${1:-$((RANDOM % 7))} -printf '\E]11;'$bg'\E\' -printf '\E]10;'${fg:-#000000}'\E\' +printf '\E]11;'${bg:-#ffffff}'\E\' # Set background color. +printf '\E]10;'${fg:-#000000}'\E\' # Set foreground color. |
