aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-08 10:25:26 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-08 10:25:34 +0900
commit63f6268291015301fae6e0a98f955f0bf75b7c95 (patch)
treeec5cb97fa686b7b6d475e8a35e98060c74943c61
parent5647a5953f64959302abc8b2109d37d20b452eff (diff)
removed the & on opening a browser
-rw-r--r--config/hypr/UserConfigs/UserKeybinds.conf2
-rw-r--r--config/waybar/ModulesCustom2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf
index 6933065d..55beff2d 100644
--- a/config/hypr/UserConfigs/UserKeybinds.conf
+++ b/config/hypr/UserConfigs/UserKeybinds.conf
@@ -15,7 +15,7 @@ $UserScripts = $HOME/.config/hypr/UserScripts
# common shortcuts
#bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu
bind = $mainMod, D, exec, pkill rofi || true && rofi -show drun -modi drun,filebrowser,run,window # Main Menu (APP Launcher)
-bind = $mainMod, B, exec, xdg-open "https:// &" # default browser
+bind = $mainMod, B, exec, xdg-open "https://" # default browser
bind = $mainMod, A, exec, pkill rofi || true && ags -t 'overview' # desktop overview (if installed)
bind = $mainMod, Return, exec, $term #terminal
bind = $mainMod, E, exec, $files #file manager
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom
index 814b07b9..86cbe6c6 100644
--- a/config/waybar/ModulesCustom
+++ b/config/waybar/ModulesCustom
@@ -33,7 +33,7 @@
"custom/browser": {
"format": " ",
- "on-click": "xdg-open https:// &",
+ "on-click": "xdg-open https://",
"tooltip": true,
"tooltip-format": "Launch Browser",
},
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage