This website requires JavaScript.
Explore
Help
Sign in
hyprwm
/
hyprlock
Watch
1
Star
0
Fork
You've already forked hyprlock
0
mirror of
https://github.com/hyprwm/hyprlock.git
synced
2025-12-20 08:50:03 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
71021cc3de
hyprlock
/
src
/
helpers
/
MiscFunctions.hpp
6 lines
99 B
C++
Raw
Normal View
History
Unescape
Escape
config: add source parsing (#28) * config: add source parsing * config: add nested source parsing * config: streamlined absolutePath impl
2024-02-22 00:52:12 +01:00
#
pragma once
#
include
<string>
core: Label exception handling + Frambuffer checks + headers (#413) * Added exception handling in label constructor * Framebuffer fix + moved headers * added optional header
2024-07-09 05:32:49 -04:00
misc: path handling improvements (#163) * misc: use weakly_canonical for absolutePath * misc: make absolutePath not optional * misc: use currentDir as the argument to absolutePath * config: avoid circular imports
2024-03-10 15:37:25 +01:00
std
:
:
string
absolutePath
(
const
std
:
:
string
&
,
const
std
:
:
string
&
)
;
Reference in a new issue
Copy permalink