use kitty instead of alacritty
This commit is contained in:
parent
45e10cd2cf
commit
5b45e07b85
2 changed files with 47 additions and 2 deletions
.config/sway
|
@ -1,6 +1,6 @@
|
|||
set $lock swaylock
|
||||
set $mod Mod4
|
||||
set $term env DARKMODE=true alacritty --config-file=/home/dln/.config/alacritty/alacritty-dark.yml
|
||||
set $term kitty
|
||||
|
||||
set $left h
|
||||
set $down j
|
||||
|
@ -48,10 +48,12 @@ bindsym Shift+F9 move container to workspace 9
|
|||
bindsym Mod4+Shift+c kill
|
||||
bindsym Mod4+Shift+q exit
|
||||
bindsym Mod4+Return exec $term
|
||||
bindsym Mod4+Shift+Return exec alacritty -e tmux attach -t0
|
||||
bindsym Mod4+Shift+Return exec $term tmux attach -t0
|
||||
bindsym Mod4+Control+Return exec "autossh -M21001 -f -A -T home-dev sleep inf; alacritty -e mosh -p 2022 home tmux attach"
|
||||
bindsym Mod4+p exec rofi -show run
|
||||
bindsym Mod4+e exec rofi -show emoji -modi emoji
|
||||
bindsym Mod4+l exec $lock
|
||||
bindsym Mod4+Shift+l exec 'swaymsg "output * dpms off"; $lock'
|
||||
bindsym Mod4+space exec makoctl dismiss -a
|
||||
bindsym Mod4+print exec grim -g "$(slurp)" - | wl-copy
|
||||
bindsym Mod4+Shift+minus move scratchpad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue