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