Title: P2: Emacs Dired file manager, trashing [2024-02-10 Sat]
(define-key dired-mode-map (kbd 'C-M-w') #'dired-copy-filename-as-kill)
:: rebind ^ up
(define-key dired-mode-map 'vC-j' #'dired-up-directory) shadow #'universal-argument

I am proud that native Emacs have such a great power. ☉
😶 #dailyemacs #dired #filemanager #emacs #thumbnails #thunar #linux #xfce4

Title: P1: Emacs Dired file manager, trashing [2024-02-10 Sat]
3) m - mark files
4) shift+c - copy or shift+r - move

Steps to delete files: d - mark to delete, x - execute deletion.

I rebinded keys:
(define-key dired-mode-map 'vC-h' #'my/dired-unmark-one-line)
(define-key dired-mode-map 'vM-h' #'my/dired-unmark-one-line)
:: just copy text
(define-key dired-mode-map 'vM-w' #'kill-ring-save) #dailyemacs #dired #filemanager #emacs #thumbnails #thunar #linux #xfce4

Title: P0: Emacs Dired file manager, trashing [2024-02-10 Sat]
I sucessfully migrated from Thunar Xfce4 file manager
to Emacs Dired file manager. ∴

Emacs correctly support:
- trash Xfce4 folder ~/.local/share/Trash
- Xfce4 thumbnails (setopt image-dired-dir
'~/.cache/thumbnails/normal/')

Steps to copy and move files:
1) in ~/.emacs add line (setq dired-dwim-target t)
2) C-x 3 - to open other window #dailyemacs #dired #filemanager #emacs #thumbnails #thunar #linux #xfce4

Title: P1: Tmux: I configured terminal for keyboard-only copying. [2024-01-24 Wed]
this app should be installed:
emerge x11-misc/xclip

to kill deattached tmux sessions, add to ~/.bashrc,
test -n 'SDISPLAY' && tmux list-sessions | grep -v attached | cut -d: -f1 | xargs -r -n1 tmux kill-session -t &>/dev/null
😶 #dailyreport #keyboard #linux #terminal #xterm #bash #xfce4 #xfce4

Title: P0: Tmux: I configured terminal for keyboard-only copying. [2024-01-24 Wed]
To start terminal with tmux:
S xfce4-terminal -e tmux
To kill unused terminal windows with idling single bash:
S alias cl='ps aux | grep --fixed-string '-bash' | grep Ss+ | tr -s ' ' | cut -f 2 -d ' ' | xargs kill -s 9'

To Force tmux to copy to X system clipboard:
create file ~/tmux.conf and add this line:
set -s copy-command 'xclip -sel clip -i' #dailyreport #keyboard #linux #terminal #xterm #bash #xfce4 #xfce4

#goodtoknow :
When opening a folder (like Downloads) from within #Tor #browser, the file manager suddenly has a different (serif) font. 😲

**Which is quite clever!**

So you know you're in the browser's sandbox environment. 🤓

On #xfce4 this affects /all/ applications started from within that sandboxed #Thunar, btw.

Let’s say you’re running Xfce on Debian and periodically after opening and closing the file manager, the whole desktop freezes and keyboard shortcuts to logout, access the command line, or anything else like that don’t work, but you still have access to SSH because this is how you’ve always used Linux.

How would you go about finding the log for this event and how might you restart the desktop over SSH? (All suggestions to restart the computer via the SSH connection will be ignored.)

Thanks!

#linux #xfce #xfce4

Wow, this file name really did not age well... :  

#xfce4 #InterClientExchangeProtocol

It's been a while since I've used #Linux. Excited to join the #ArchLinux crowd, with #XFCE4 on a new #ThinkPad as my primary computer.