Merge branch 'upstream-main' into fcitx5
This commit is contained in:
+5
-3
@@ -11,6 +11,8 @@
|
||||
{
|
||||
// Workspaces
|
||||
"hyprland/workspaces" : {
|
||||
"on-scroll-up": "hyprctl dispatch workspace r-1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace r+1",
|
||||
"on-click": "activate",
|
||||
"active-only": false,
|
||||
"all-outputs": true,
|
||||
@@ -138,14 +140,14 @@
|
||||
"custom/filemanager": {
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/.settings/filemanager.sh",
|
||||
"tooltip-format": "Open the filemanager"
|
||||
"tooltip-format": "Open filemanager"
|
||||
},
|
||||
|
||||
// Browser Launcher
|
||||
"custom/browser": {
|
||||
"format": "",
|
||||
"on-click": "~/dotfiles/.settings/browser.sh",
|
||||
"tooltip-format": "Open the browser"
|
||||
"tooltip-format": "Open browser"
|
||||
},
|
||||
|
||||
// ChatGPT Launcher
|
||||
@@ -159,7 +161,7 @@
|
||||
"custom/calculator": {
|
||||
"format": "",
|
||||
"on-click": "qalculate-gtk",
|
||||
"tooltip": false
|
||||
"tooltip-format": "Open calculator"
|
||||
},
|
||||
|
||||
// Windows VM
|
||||
|
||||
Reference in New Issue
Block a user