From 9bf8a87dfa62865111c94e97a9abafcb529e52ed Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 28 Dec 2023 21:35:42 +0900 Subject: [PATCH] small update --- config/hypr/configs/Keybinds.conf | 12 ++++++------ config/waybar/modules | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index bcf76da..c36c080 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -166,9 +166,9 @@ bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow -# If you are using Ja's Hyprland dots as Host and wants to passthrough keyboard into a VM -bind = $mainMod ALT, P, submap, passthru -submap = passthru - to unbind -bind = $mainMod ALT, P, submap, reset -submap = reset +# For passthrough keyboard into a VM +# bind = $mainMod ALT, P, submap, passthru +#submap = passthru +# to unbind +#bind = $mainMod ALT, P, submap, reset +#submap = reset diff --git a/config/waybar/modules b/config/waybar/modules index cd2ea35..15f4043 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -526,7 +526,7 @@ "exec": "echo ; echo 󱓟 app launcher", "interval" : 86400, // once every day "tooltip": true, - "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser", + "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser,window", "on-click-middle": "~/.config/hypr/scripts/WallpaperSelect.sh", "on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh", },