Added missing changes from last commit, style changes inside hyprland config files
This commit is contained in:
parent
d4a489a52c
commit
da39b8b8e0
3 changed files with 20 additions and 26 deletions
|
|
@ -1,15 +1,11 @@
|
|||
-----------------
|
||||
---- PROGRAMS ---
|
||||
-----------------
|
||||
------ Programs
|
||||
|
||||
terminal = "foot"
|
||||
fileManager = "nautilus"
|
||||
menu = "rofi -show drun"
|
||||
notificationManager = "swaync-client -t"
|
||||
Terminal = "foot"
|
||||
FileManager = "nautilus"
|
||||
Menu = "rofi -show drun"
|
||||
NotificationManager = "swaync-client -t"
|
||||
|
||||
------------------
|
||||
---- AUTOSTART ---
|
||||
------------------
|
||||
------ Autostart
|
||||
|
||||
-- Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
|
||||
|
|
@ -19,13 +15,11 @@ hl.on("hyprland.start", function()
|
|||
hl.exec_cmd("wl-paste --type text --watch cliphist store") -- Stores only text data
|
||||
hl.exec_cmd("wl-paste --type image --watch cliphist store") -- Stores only image data
|
||||
-- SSH Agent
|
||||
hl.exec_cmd("ssh-agent")
|
||||
hl.exec_cmd("ssh-agent")
|
||||
end)
|
||||
|
||||
|
||||
--------------------
|
||||
---- PERMISSIONS ---
|
||||
--------------------
|
||||
------ Permissions
|
||||
|
||||
-- Please note permission changes here require a Hyprland restart and are not applied on-the-fly
|
||||
-- for security reasons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue