XFCE_AND_HYPERLAND

This commit is contained in:
2026-06-23 23:58:58 -05:00
commit ac75153861
12652 changed files with 4568288 additions and 0 deletions
@@ -0,0 +1,48 @@
global-settings
{
watch-config-file = true;
}
bar
{
output = eDP-1;
position = left;
background-colour = "#000000";
# Condition for the default configuration set.
condition-resolution = wider-than-high;
config
{
# Condition for this configuration set.
condition-resolution = higher-than-wide;
# Additional configuration sets copy the default configuration set,
# but settings can be overwritten.
position = left;
}
button
{
image-path = /home/sinus/.config/hypr/LibreOS/dock/lavalaucher/icon1.png;
command = blender;
}
button
{
image-path = /home/sinus/.config/hypr/LibreOS/dock/lavalaucher/icon2.png;
command[mouse-left] = another-useful-script.sh;
command[mouse-right] = another-useful-script.sh;
command[shift+mouse-left] = another-useful-script.sh;
command[shift+alt+mouse-left] = another-useful-script.sh;
# Binding commands to scroll events is nice to configure
# things like audio volume or screen brightness
command[scroll-up] = volume up;
command[scroll-down] = volume down;
command[shift+scroll-up] = volume microphone-up;
command[shift+scroll-down] = volume microphone-down;
}
}