#xfce4terminal

2025-05-03

Why do I have so many ./.bash_history-[xxxxx].tmp files? #xubuntu #2404 #xfce #bashhistory #xfce4terminal

askubuntu.com/q/1547039/612

Kevin Bowen :xfce:kevinbowen@fosstodon.org
2025-01-29

@mro Neat! Glad you found a solution.

Question: Shouldn't this be "$(basename "$1")"? That's what works for me.

Also, if one would want to throw this in their .bashrc or .bash_aliases, you'd just need to wrap another function around it:

#Xfce #xfce4terminal #Bash

Bash code snippet to change xfce4-terminal from light to dark theme:
xf_change () {
  xf_set () { #xfce
    xfconf-query -c "xfce4-terminal" -p "/$1" -s "$2"
  }
if [ "$(basename "$1")" = "mode-dark" ]
then
  xf_set "color-foreground" "#839496"
  xf_set "color-background" "#002b36"
  xf_set "color-cursor"     "#93a1a1"
  xf_set "color-bold"       "#93a1a1"
else
  xf_set "color-foreground" "#073642"
  xf_set "color-background" "#fdf6e3"
  xf_set "color-cursor"     "#073642"
  xf_set "color-bold"       "#073642"
fi
}
Gea-Suan Lingslin@abpe.org
2024-04-10

把 terminal 軟體從 xfce4-terminal 換成 wezterm

我自從換到 Xubuntu 後一直都是用 xfce4-terminal,直到三月中的時候換成 wezterm 了,記得當時是在 Fediverse 上看到 gugod 說他用這套,測了一下覺得比 xfce4-terminal 好用,可以微調不少 xfce4-terminal 做不到的東西,就換過去了。

前陣子看到「Just How Much Faster Are the GNOME 46 Terminals

blog.gslin.org/archives/2024/0

#Computer #Murmuring #Network #Software #linux #lua #terminal #wezterm #xfce4terminal

2018-04-27
Para bajar la consola como en el Counter-Strike con xfce4-terminal usando i3wm: `echo "bindsym \$mod+bar exec xfce4-terminal --drop-down" >> ~/.i3/config` :P

#consola #counter-strike #xfce4-terminal #i3wm #terminal #ñ #gamer #quake #guake #cs

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst