[airccs@redmibook ~]$ grep -i "exec-once\|Executing" $XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/hyprland.log | head -20
[airccs@redmibook ~]$ waybar &
[1] 4757
[airccs@redmibook ~]$ [2026-08-18 23:45:42.296] [info] Using configuration file /home/airccs/.config/waybar/config
[2026-08-18 23:45:42.298] [info] Unable to receive desktop appearance: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop
[2026-08-18 23:45:42.298] [info] Using CSS file /home/airccs/.config/waybar/style.css
[2026-08-18 23:45:42.302] [info] Hyprland IPC starting
[2026-08-18 23:45:42.303] [info] Loading persistent workspaces from Hyprland workspace rules
Discharging
[2026-08-18 23:45:42.323] [info] Bar configured (width: 1600, height: 30) for output: eDP-1
[airccs@redmibook ~]$ cat ~/.config/hypr/hyprland.lua | head -30
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- AUTOGENERATED HYPRLAND CONFIG. --
-- EDIT THIS CONFIG ACCORDING TO THE WIKI INSTRUCTIONS. --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- This is an example Hyprland Lua config file.
-- Refer to the wiki for more information.
-- https://wiki.hypr.land/Configuring/Start/
-- Please note not all available settings / options are set here.
-- For a full list, see the wiki
-- You can (and should!!) split this configuration into multiple files
-- Create your files separately and then require them like this:
-- require("myColors")
------------------
---- MONITORS ----
------------------
-- See https://wiki.hypr.land/Configuring/Basics/Monitors/
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = "auto",
})
[airccs@redmibook ~]$