Adapt new bindings to alacritty
This commit is contained in:
parent
f27b7199f7
commit
1de05dd3e2
33
sxhkd.org
33
sxhkd.org
@ -134,7 +134,7 @@ super + Return
|
|||||||
|
|
||||||
# File Manager
|
# File Manager
|
||||||
super + o
|
super + o
|
||||||
$TERMINAL -e "tmux new-session -A -s ranger ranger"
|
$TERMINAL -e tmux new-session -A -s ranger ranger
|
||||||
|
|
||||||
# Browser
|
# Browser
|
||||||
super + i
|
super + i
|
||||||
@ -142,7 +142,7 @@ super + i
|
|||||||
|
|
||||||
# Mails with neomutt
|
# Mails with neomutt
|
||||||
super + m
|
super + m
|
||||||
$TERMINAL -e "tmux new-session -A -s neomutt neomutt"
|
$TERMINAL -e tmux new-session -A -s neomutt neomutt
|
||||||
|
|
||||||
# Emacs Client
|
# Emacs Client
|
||||||
super + e
|
super + e
|
||||||
@ -153,7 +153,7 @@ super + e
|
|||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
# Network Manager
|
# Network Manager
|
||||||
super + shift + w
|
super + shift + w
|
||||||
$TERMINAL -e 'sudo nmtui'
|
$TERMINAL --title nmtui -e sudo nmtui
|
||||||
|
|
||||||
# Bluetooth Manager
|
# Bluetooth Manager
|
||||||
super + shift + b
|
super + shift + b
|
||||||
@ -166,9 +166,7 @@ super + shift + c
|
|||||||
# Sound Manager
|
# Sound Manager
|
||||||
super + shift + s
|
super + shift + s
|
||||||
pavucontrol
|
pavucontrol
|
||||||
#+end_src
|
|
||||||
|
|
||||||
#+begin_src conf
|
|
||||||
# Bookmarks
|
# Bookmarks
|
||||||
super + shift + f
|
super + shift + f
|
||||||
bukurun
|
bukurun
|
||||||
@ -179,15 +177,10 @@ super + shift + p
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* =Super + Space= - Command Mode
|
* =Super + Space= - Command Mode
|
||||||
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
# Command line Calendar Client (khal)
|
# Command line Calendar Client (khal)
|
||||||
super + space ; c
|
super + space ; c
|
||||||
$TERMINAL -e "khal interactive"
|
$TERMINAL --title khal -e ikhal
|
||||||
|
|
||||||
# GUI Calendar (Google Calendar)
|
|
||||||
super + space ; shift + c
|
|
||||||
$BROWSER https://calendar.google.com/
|
|
||||||
|
|
||||||
# pcmanfm: GUI file manager
|
# pcmanfm: GUI file manager
|
||||||
super + space ; o
|
super + space ; o
|
||||||
@ -195,27 +188,19 @@ super + space ; o
|
|||||||
|
|
||||||
# Download with Aria2c
|
# Download with Aria2c
|
||||||
super + space ; d
|
super + space ; d
|
||||||
$TERMINAL -e "tmux new-session -A -s aria2p aria2p --port 6800 --host http://dl.tdehaeze.xyz --secret $(pass dl.tdehaeze.xyz/tdehaeze | sed -n 1p)"
|
$TERMINAL -e tmux new-session -A -s aria2p aria2p --port 6800 --host http://dl.tdehaeze.xyz --secret $(pass dl.tdehaeze.xyz/tdehaeze | sed -n 1p)
|
||||||
|
|
||||||
# Run another instance of Neomutt in read-only mode
|
# Run another instance of Neomutt in read-only mode
|
||||||
super + space ; m
|
super + space ; m
|
||||||
$TERMINAL -e "neomutt -R"
|
$TERMINAL -e neomutt -R
|
||||||
|
|
||||||
# Weechat
|
|
||||||
super + space ; w
|
|
||||||
$TERMINAL -e "tmux new-session -A -s weechat weechat"
|
|
||||||
|
|
||||||
# News with newsboat
|
# News with newsboat
|
||||||
super + space ; n
|
super + space ; n
|
||||||
$TERMINAL -e "tmux new-session -A -s newsboat newsboat"
|
$TERMINAL -e tmux new-session -A -s newsboat newsboat
|
||||||
|
|
||||||
# Music with ncmpcpp
|
# Music with ncmpcpp
|
||||||
super + space ; p
|
super + space ; p
|
||||||
$TERMINAL -e "tmux new-session -A -s ncmpcpp ncmpcpp"
|
$TERMINAL -e tmux new-session -A -s ncmpcpp ncmpcpp
|
||||||
|
|
||||||
# Print Screen
|
|
||||||
super + space ; shift + p
|
|
||||||
$HOME/.local/bin/mopidy-restart
|
|
||||||
|
|
||||||
# Default Browser
|
# Default Browser
|
||||||
super + space ; i
|
super + space ; i
|
||||||
@ -223,7 +208,7 @@ super + space ; i
|
|||||||
|
|
||||||
# Start Torrent Managaer
|
# Start Torrent Managaer
|
||||||
super + space ; t
|
super + space ; t
|
||||||
$TERMINAL -e "tremc"
|
$TERMINAL -e tremc
|
||||||
|
|
||||||
# Emacs
|
# Emacs
|
||||||
super + space ; e
|
super + space ; e
|
||||||
|
Loading…
Reference in New Issue
Block a user