Add files via upload

This commit is contained in:
Linuxius
2026-05-03 11:13:26 +02:00
committed by GitHub
parent 36a4a19bca
commit 63495d0b28
7 changed files with 371 additions and 373 deletions
+7 -7
View File
@@ -1,6 +1,9 @@
-- Default variables
-- Copy these to ~/.config/hypr/custom/variables.lua to make changes in a dotfiles-update-friendly manner
-- The folder within ~/.config/quickshell containing the config
local qsConfig = "ii"
-- Apps
-- PULL REQUESTS ADDING MORE WILL NOT BE ACCEPTED, CONFIG FOR YOURSELF
local terminal = "~/.config/hypr/hyprland/scripts/launch_first_available.sh 'kitty -1' 'foot' 'alacritty' 'wezterm' 'konsole' 'kgx' 'uxterm' 'xterm'"
@@ -13,11 +16,8 @@ local volumeMixer = "~/.config/hypr/hyprland/scripts/launch_first_available.sh '
local settingsApp = "XDG_CURRENT_DESKTOP=gnome ~/.config/hypr/hyprland/scripts/launch_first_available.sh 'qs -p ~/.config/quickshell/" .. qsConfig .. "/settings.qml' 'systemsettings' 'gnome-control-center' 'better-control'"
local taskManager = "~/.config/hypr/hyprland/scripts/launch_first_available.sh 'gnome-system-monitor' 'plasma-systemmonitor --page-name Processes' 'command -v btop && kitty -1 fish -c btop'"
-- The folder within ~/.config/quickshell containing the config
local qsConfig = "ii"
-- Leave blank like this to load default config. Set to anything to not.
local dontLoadDefaultExecs =
local dontLoadDefaultGeneral =
local dontLoadDefaultRules =
local dontLoadDefaultKeybinds =
local dontLoadDefaultExecs = ""
local dontLoadDefaultGeneral = ""
local dontLoadDefaultRules = ""
local dontLoadDefaultKeybinds = ""