add hyprland configs
This commit is contained in:
5
.config/hypr/workflows/default.conf
Normal file
5
.config/hypr/workflows/default.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# // █▀▄ █▀▀ █▀▀ ▄▀█ █░█ █░░ ▀█▀
|
||||
# // █▄▀ ██▄ █▀░ █▀█ █▄█ █▄▄ ░█░
|
||||
|
||||
$WORKFLOW_ICON=
|
||||
$WORKFLOW_DESCRIPTION = Unset workflow configuration
|
21
.config/hypr/workflows/editing.conf
Normal file
21
.config/hypr/workflows/editing.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
# // █▀▀ █▀▄ █ ▀█▀ █▀█ █▀█
|
||||
# // ██▄ █▄▀ █ ░█░ █▄█ █▀▄
|
||||
|
||||
$WORKFLOW_ICON=
|
||||
$WORKFLOW_DESCRIPTION = Best for writing and editing // Disables xray and blur that might affect color picking/contrast
|
||||
|
||||
|
||||
decoration {
|
||||
blur:enabled = 1
|
||||
active_opacity = 1
|
||||
inactive_opacity = 1
|
||||
fullscreen_opacity = 1
|
||||
fullscreen_opacity = 1
|
||||
}
|
||||
|
||||
windowrule = opaque,class:(.*) # ensure all windows are opaque
|
||||
|
||||
layerrule = blur,waybar
|
||||
layerrule = blur,dunst
|
||||
layerrule = blur,swaync-notification-window
|
||||
layerrule = blur,rofi
|
23
.config/hypr/workflows/gaming.conf
Normal file
23
.config/hypr/workflows/gaming.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# // █▀▀ ▄▀█ █▀▄▀█ █▀▀ █▀▄▀█ █▀█ █▀▄ █▀▀
|
||||
# // █▄█ █▀█ █░▀░█ ██▄ █░▀░█ █▄█ █▄▀ ██▄
|
||||
|
||||
# Script from https://wiki.hyprland.org/Configuring/Uncommon-tips--tricks/#toggle-animationsbluretc-hotkey
|
||||
|
||||
$WORKFLOW_ICON= # this is an indicator that can be parsed by waybar or other status guis
|
||||
$WORKFLOW_DESCRIPTION = Emphasis on performance and disabling compositors expensive features
|
||||
|
||||
decoration {
|
||||
shadow {
|
||||
enabled = 0
|
||||
}
|
||||
blur:enabled = 0
|
||||
rounding = 0
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 1
|
||||
}
|
||||
|
||||
animations:enabled = 0
|
33
.config/hypr/workflows/powersaver.conf
Normal file
33
.config/hypr/workflows/powersaver.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
# // █▀█ █▀█ █░█░█ █▀▀ █▀█ █▀ ▄▀█ █░█ █▀▀ █▀█
|
||||
# // █▀▀ █▄█ ▀▄▀▄▀ ██▄ █▀▄ ▄█ █▀█ ▀▄▀ ██▄ █▀▄
|
||||
|
||||
|
||||
$WORKFLOW_ICON=
|
||||
$WORKFLOW_DESCRIPTION = Saves as much power as possible by disabling all animations and effects, but preserving readability
|
||||
|
||||
decoration {
|
||||
shadow {
|
||||
enabled = 0
|
||||
}
|
||||
blur:enabled = 0
|
||||
rounding = 0
|
||||
active_opacity = 1
|
||||
inactive_opacity = 1
|
||||
fullscreen_opacity = 1
|
||||
fullscreen_opacity = 1
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 1
|
||||
}
|
||||
|
||||
animations:enabled = 0
|
||||
|
||||
layerrule = noanim,waybar
|
||||
layerrule = noanim,swaync-notification-window
|
||||
layerrule = noanim,swww-daemon
|
||||
layerrule = noanim,rofi
|
||||
|
||||
windowrule = opaque,class:(.*) # ensure all windows are opaque
|
17
.config/hypr/workflows/snappy.conf
Normal file
17
.config/hypr/workflows/snappy.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# // █▀ █▄░█ ▄▀█ █▀█ █▀█ █▄█
|
||||
# // ▄█ █░▀█ █▀█ █▀▀ █▀▀ ░█░
|
||||
|
||||
$WORKFLOW_ICON= # this is an indicator that can be parsed by waybar or other status guis
|
||||
$WORKFLOW_DESCRIPTION = Snappy desktop
|
||||
|
||||
decoration {
|
||||
rounding = 0
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 1
|
||||
}
|
||||
|
||||
animations:enabled = 0
|
Reference in New Issue
Block a user