Compare commits

...

2 commits

Author SHA1 Message Date
008e01cc9d
20250122.1737561982 2025-01-22 17:06:22 +01:00
2819021b69
20250121.1737481241 2025-01-21 18:40:41 +01:00
4 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 bindsym $mod+Return exec --no-startup-id alacritty
# start emacs # start emacs
bindsym $mod+m exec --no-startup-id emacsclient -a '' -c 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 # kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill

View file

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