fix hyprland folder
This commit is contained in:
9
.config/hypr/hyprland/variables/programs.lua
Normal file
9
.config/hypr/hyprland/variables/programs.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
M.terminal = "alacritty"
|
||||
M.browser = "firefox"
|
||||
M.launcher = "vicinae toggle"
|
||||
M.file_manager = "nautilus --new-window"
|
||||
M.notepad = "gnome-text-editor -in"
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user