From c43149ce5583a6dd01aac1d588ac546e05aa6194 Mon Sep 17 00:00:00 2001 From: Blallo Date: Thu, 24 Jun 2021 09:59:50 +0200 Subject: [PATCH] Add hyper term --- bindings.conf | 3 ++- vars.conf | 6 +----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bindings.conf b/bindings.conf index 555bcf4..9ad4270 100644 --- a/bindings.conf +++ b/bindings.conf @@ -21,8 +21,9 @@ bindsym $mod+Mod1+i exec $chromium_isolated bindsym $mod+Mod1+Shift+i exec $chromium_anon bindsym $mod+m exec $mua 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+Shift+t exec $hyper_term bindsym $mod+Mod1+l exec $lock bindsym $mod+Shift+b exec $chbg diff --git a/vars.conf b/vars.conf index b49d2ae..c2e8590 100644 --- a/vars.conf +++ b/vars.conf @@ -16,11 +16,7 @@ set $chromium_anon chromium --use-cmd-decoder=validating --use-gl=desktop --prof set $mua thunderbird set $kitty_term kitty set $alacritty_term env WINIT_UNIX_BACKEND=x11 alacritty +set $hyper_term hyper set $files nautilus set $lock swaylock -F -i ~/Pictures/screensaver.jpg 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