Add settings button to waybar and window rule

This commit is contained in:
Stephan Raabe
2023-11-23 14:00:14 +01:00
parent 9a69133dbb
commit 79e172c935
8 changed files with 18 additions and 3 deletions

View File

@@ -100,6 +100,13 @@
"on-click": "~/dotfiles/waybar/themeswitcher.sh",
"tooltip": false
},
// Settings
"custom/settings": {
"format": "",
"on-click": "alacritty --class dotfiles-floating -e ~/dotfiles/hypr/settings/settings.sh",
"tooltip": false
},
// Keybindings
"custom/keybindings": {