aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-06 23:44:18 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-06 23:44:18 +0900
commit4404705cba7bb44fac2b823d8c65a3518dad56e8 (patch)
tree99570f55a60390e916da1c7fe7bef974391ed324 /config
parentdabf80be3853d903f1582c8f73a96321ed5caaa4 (diff)
minor updates
Diffstat (limited to 'config')
-rw-r--r--config/hypr/UserConfigs/01-UserDefaults.conf6
-rw-r--r--config/hypr/UserConfigs/UserKeybinds.conf2
-rw-r--r--config/waybar/ModulesCustom2
3 files changed, 4 insertions, 6 deletions
diff --git a/config/hypr/UserConfigs/01-UserDefaults.conf b/config/hypr/UserConfigs/01-UserDefaults.conf
index ad855f92..6949d277 100644
--- a/config/hypr/UserConfigs/01-UserDefaults.conf
+++ b/config/hypr/UserConfigs/01-UserDefaults.conf
@@ -11,10 +11,8 @@
$edit=${EDITOR:-nano}
# This two is for UserKeybinds.conf
-# Terminal
-$term = kitty
-# File Manager
-$files = thunar
+$term = kitty # Terminal
+$files = thunar # File Manager
# Default Search Engine for ROFI Search (SUPER S)
$Search_Engine = "https://www.google.com/search?q={}" \ No newline at end of file
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf
index 58fb80ac..6933065d 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 "http:// &" # 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 822b585a..814b07b9 100644
--- a/config/waybar/ModulesCustom
+++ b/config/waybar/ModulesCustom
@@ -33,7 +33,7 @@
"custom/browser": {
"format": " ",
- "on-click": "xdg-open http:// &",
+ "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