20250122.1737561982
This commit is contained in:
parent
c8fe20e163
commit
30cff1322d
3 changed files with 6 additions and 0 deletions
BIN
global/moonlander_moonlander-default-layout_xbJpL_aByb5.bin
Normal file
BIN
global/moonlander_moonlander-default-layout_xbJpL_aByb5.bin
Normal file
Binary file not shown.
|
@ -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
|
||||||
|
|
|
@ -44,3 +44,5 @@ GPG_TTY=$(tty)
|
||||||
export GPG_TTY
|
export GPG_TTY
|
||||||
|
|
||||||
export TERMINAL="/sbin/alacritty"
|
export TERMINAL="/sbin/alacritty"
|
||||||
|
|
||||||
|
export BROWSER="librewolf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue