forked from Shinonome/dots-hyprland
Add files via upload
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user