From ab60bbbf1b19bae28f7302d2299ca14dd64a7bc5 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 25 Jun 2023 12:53:26 +0530 Subject: hypr+script: togglecaps sh to avoid emacspinky --- .config/hypr/hyprland.conf | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to '.config/hypr/hyprland.conf') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 706ec8a..a148f03 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -6,13 +6,14 @@ monitor=eDP-1,1920x1080@60,0x0,1.00,transform,0 # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox exec-once = waybar & dunst & wpaperd & suspend.sh -exec-once = exec-once=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY +#exec-once = exec-once=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY +exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf # Some default env vars. -#env = XCURSOR_SIZE,24 +env = XCURSOR_SIZE,24 # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ general { @@ -65,7 +66,8 @@ animations { input { kb_layout = us - kb_options=caps:escape +kb_options=caps:escape +# kb_options=ctrl:nocaps follow_mouse = 1 touchpad { disable_while_typing = no @@ -92,6 +94,8 @@ Misc { binds { workspace_back_and_forth = true allow_workspace_cycles = true + # trigger when the switch is toggled + bindl=,switch:Lid Switch,exec,swaylock } # Example per-device config @@ -117,7 +121,7 @@ $MOD = SUPER # Imp Utils # ############### #Terminal -bind = $MOD SHIFT, Return, exec, foot +bind = $MOD SHIFT, Return, exec, foot -t meh bind = $MOD, W, killactive bind = $MOD CTRL SHIFT, Q, exit bind = $MOD, F, togglefloating @@ -150,7 +154,7 @@ bind = $MOD SHIFT, T, exec, qutebrowser https://teams.microsoft.com # Launch spotify bind = $MOD SHIFT, M, exec, sp # Launch discord -bind = $MOD SHIFT, D, exec, discord +#bind = $MOD SHIFT, D, exec, discord # Launch telegram bind = $MOD CTRL, E, exec, telegram-desktop @@ -161,7 +165,7 @@ bind = $MOD, R, exec, kitty -e ranger # Launch pulsemixer bind = $MOD, P, exec, foot -e pulsemixer #Launch top -bind = $MOD SHIFT, G, exec, foot -e gotop +bind = $MOD SHIFT, G, exec, kitty -e gotop bind = $MOD SHIFT, H, exec, foot -e htop bind = $MOD SHIFT, B, exec, foot -e btop -- cgit v1.2.3