Add hyper term
This commit is contained in:
parent
bb30a67598
commit
c43149ce55
|
@ -21,8 +21,9 @@ bindsym $mod+Mod1+i exec $chromium_isolated
|
||||||
bindsym $mod+Mod1+Shift+i exec $chromium_anon
|
bindsym $mod+Mod1+Shift+i exec $chromium_anon
|
||||||
bindsym $mod+m exec $mua
|
bindsym $mod+m exec $mua
|
||||||
bindsym $mod+Mod1+f exec $files
|
bindsym $mod+Mod1+f exec $files
|
||||||
bindsym $mod+Shift+t exec $kitty_term
|
bindsym $mod+t exec $kitty_term
|
||||||
bindsym $mod+Mod1+t exec $alacritty_term
|
bindsym $mod+Mod1+t exec $alacritty_term
|
||||||
|
bindsym $mod+Shift+t exec $hyper_term
|
||||||
bindsym $mod+Mod1+l exec $lock
|
bindsym $mod+Mod1+l exec $lock
|
||||||
bindsym $mod+Shift+b exec $chbg
|
bindsym $mod+Shift+b exec $chbg
|
||||||
|
|
||||||
|
|
|
@ -16,11 +16,7 @@ set $chromium_anon chromium --use-cmd-decoder=validating --use-gl=desktop --prof
|
||||||
set $mua thunderbird
|
set $mua thunderbird
|
||||||
set $kitty_term kitty
|
set $kitty_term kitty
|
||||||
set $alacritty_term env WINIT_UNIX_BACKEND=x11 alacritty
|
set $alacritty_term env WINIT_UNIX_BACKEND=x11 alacritty
|
||||||
|
set $hyper_term hyper
|
||||||
set $files nautilus
|
set $files nautilus
|
||||||
set $lock swaylock -F -i ~/Pictures/screensaver.jpg
|
set $lock swaylock -F -i ~/Pictures/screensaver.jpg
|
||||||
set $chbg ~/.bin/change-bg.sh
|
set $chbg ~/.bin/change-bg.sh
|
||||||
|
|
||||||
|
|
||||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
||||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
|
||||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user