Add gammastep, make waybar acceptable
This commit is contained in:
@ -40,8 +40,11 @@ in
|
||||
# hyprpicker # TODO
|
||||
# hyprcursor # TODO
|
||||
brightnessctl
|
||||
grimblast
|
||||
];
|
||||
|
||||
services.copyq.enable = true;
|
||||
|
||||
programs.hyprlock.enable = true;
|
||||
programs.hyprlock.settings = {
|
||||
general = {
|
||||
@ -179,6 +182,8 @@ in
|
||||
];
|
||||
|
||||
# Environment Variables
|
||||
###
|
||||
env = "XDG_CURRENT_DESKTOP,Hyprland";
|
||||
# env = "XCURSOR_SIZE,24";
|
||||
# env = "HYPRCURSOR_SIZE,24";
|
||||
|
||||
@ -202,6 +207,15 @@ in
|
||||
layout = "master";
|
||||
};
|
||||
|
||||
decoration = {
|
||||
# power saving
|
||||
# blur = {
|
||||
# enable = false;
|
||||
# };
|
||||
# power saving
|
||||
drop_shadow = false;
|
||||
};
|
||||
|
||||
# Dwindle layout
|
||||
dwindle = {
|
||||
pseudotile = true; # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
@ -223,6 +237,7 @@ in
|
||||
|
||||
# we do, in fact, want direct scanout
|
||||
# no_direct_scanout = false;
|
||||
vfr = true; # power saving
|
||||
};
|
||||
|
||||
# Input
|
||||
|
Reference in New Issue
Block a user