XFCE_AND_HYPERLAND
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user