diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-28 21:35:42 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-28 21:35:42 +0900 |
| commit | 9bf8a87dfa62865111c94e97a9abafcb529e52ed (patch) | |
| tree | dbef3eb58b1215942b0a0c3f8695305e341d5c83 /config | |
| parent | c7eb9b5d1c39745a5376cfd2d6dbac7e7b15fafa (diff) | |
small update
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 12 | ||||
| -rw-r--r-- | 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 bcf76dae..c36c0804 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 cd2ea357..15f40430 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", }, |
