qutebrowser: set highdpi on laptops
This commit is contained in:
parent
0f5b863eb5
commit
277a9e4edf
|
@ -1,4 +1,5 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
|
programs.qutebrowser.settings.qt.highdpi = true;
|
||||||
wayland.windowManager.hyprland.settings.monitor = [
|
wayland.windowManager.hyprland.settings.monitor = [
|
||||||
"eDP-1,preferred,0x0,1.00"
|
"eDP-1,preferred,0x0,1.00"
|
||||||
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,-192x-1080,1.00"
|
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,-192x-1080,1.00"
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
programs = {
|
||||||
|
git.userEmail = "evie.litherland-smith@ukaea.uk";
|
||||||
|
qutebrowser.settings.qt.highdpi = true;
|
||||||
|
};
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
proton.primary = false;
|
proton.primary = false;
|
||||||
outlook.primary = true;
|
outlook.primary = true;
|
||||||
|
|
Loading…
Reference in a new issue