[hyprland] style: prettified config
This commit is contained in:
parent
69940adc46
commit
7ed1575baa
@ -4,6 +4,7 @@
|
|||||||
# hyprland binds config
|
# hyprland binds config
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
|
||||||
|
# binds
|
||||||
binds = {
|
binds = {
|
||||||
workspace_back_and_forth = true;
|
workspace_back_and_forth = true;
|
||||||
};
|
};
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
# hyprland environment variables
|
# hyprland environment variables
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
|
||||||
|
# environment variables
|
||||||
env = [
|
env = [
|
||||||
|
|
||||||
# firefox
|
# firefox
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# hyprland general config
|
# hyprland general config
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
|
||||||
# dwindle secion
|
# dwindle section
|
||||||
dwindle = {
|
dwindle = {
|
||||||
pseudotile = true;
|
pseudotile = true;
|
||||||
preserve_split = true;
|
preserve_split = true;
|
||||||
|
@ -4,11 +4,16 @@
|
|||||||
# hyprland general config
|
# hyprland general config
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
|
||||||
|
# configure monitors
|
||||||
monitor = [
|
monitor = [
|
||||||
|
|
||||||
# main monitors
|
# main monitor
|
||||||
"eDP-1, 1920x1200@60, 760x1440, 1"
|
"eDP-1, 1920x1200@60, 760x1440, 1"
|
||||||
|
|
||||||
|
# secundary monitor
|
||||||
"HDMI-A-1, 1920x1080@60, 0x0, 1"
|
"HDMI-A-1, 1920x1080@60, 0x0, 1"
|
||||||
|
|
||||||
|
# any other monitor
|
||||||
", preferred, 0x0, 1"
|
", preferred, 0x0, 1"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
# hyprland general config
|
# hyprland general config
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
|
||||||
|
# windowrulev1
|
||||||
windowrule = [
|
windowrule = [
|
||||||
|
|
||||||
# window rules
|
# window rules
|
||||||
@ -18,6 +19,7 @@
|
|||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# windowrulev2
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
|
|
||||||
# alacritty
|
# alacritty
|
||||||
|
Reference in New Issue
Block a user