Random fixes

This commit is contained in:
Emmet
2025-07-28 16:40:45 -05:00
parent 84d7101a6e
commit 237e8246ce
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,6 @@
{
config = {
userSettings = {
# setup
shell = {
@ -53,7 +52,6 @@
"HDMI-A-1,preferred,1536x0,1.25,vrr,0"
"DP-1,preferred,0x0,1.25,vrr,0"
];
};
};
};

View File

@ -22,7 +22,8 @@ in {
userSettings.qutebrowser.enable = lib.mkIf (browser == "qutebrowser") true;
userSettings.spawnBrowser = lib.mkMerge [
(lib.mkIf ((browser == "brave") || (browser == "librewolf")) browser)
(lib.mkIf (browser == "brave") "brave --new-window")
(lib.mkIf (browser == "librewolf") browser)
(lib.mkIf (!(config.userSettings.hyprland.hyprprofiles.enable) && (browser == "qutebrowser")) "qutebrowser --qt-flag ignore-gpu-blacklist --qt-flag enable-gpu-rasterization --qt-flag enable-native-gpu-memory-buffers --qt-flag enable-accelerated-2d-canvas --qt-flag num-raster-threads=4")
(lib.mkIf (config.userSettings.hyprland.hyprprofiles.enable && (browser == "qutebrowser")) "qutebrowser-hyprprofile")
(lib.mkIf (browser == null) "")

View File

@ -240,7 +240,7 @@ in
"SUPER,T,togglefloating"
",code:148,exec,${term} -e numbat"
'',code:107,exec,grim -g "$(slurp)"''
''SHIFT,code:107,exec,grim -g "$(slurp -o)''
''SHIFT,code:107,exec,grim -g "$(slurp -o)"''
"SUPER,code:107,exec,grim"
''CTRL,code:107,exec,grim -g "$(slurp)" - | wl-copy''
''SHIFTCTRL,code:107,exec,grim -g "$(slurp -o)" - | wl-copy''