20250122.1737561982

This commit is contained in:
fz0x1 2025-01-22 17:06:22 +01:00
parent 2819021b69
commit 008e01cc9d
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
3 changed files with 6 additions and 0 deletions

View file

@ -51,6 +51,10 @@ floating_modifier $mod
bindsym $mod+Return exec --no-startup-id alacritty
# start emacs
bindsym $mod+m exec --no-startup-id emacsclient -a '' -c
# start browser
bindsym $mod+b exec --no-startup-id librewolf -a '' -c
# start tor
bindsym $mod+t exec --no-startup-id torbrowser-launcher -a '' -c
# kill focused window
bindsym $mod+Shift+q kill

View file

@ -44,3 +44,5 @@ GPG_TTY=$(tty)
export GPG_TTY
export TERMINAL="/sbin/alacritty"
export BROWSER="librewolf"