so much hyprland
This commit is contained in:
@@ -63,7 +63,7 @@ in
|
||||
", edge:r:l, workspace, +1"
|
||||
|
||||
# swipe up from bottom edge
|
||||
", edge:d:u, exec, firefox"
|
||||
", edge:d:u, exec, ${theme.defaultApps.browser.pname}"
|
||||
|
||||
# swipe down from left edge
|
||||
", edge:l:d, exec, pactl set-sink-volume @DEFAULT_SINK@ -4%"
|
||||
@@ -93,13 +93,15 @@ in
|
||||
};
|
||||
|
||||
services = {
|
||||
blueman-applet.enable = true;
|
||||
|
||||
hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = [ wallpaper ];
|
||||
preload = [ "/tmp/wallpaper.jpg" wallpaper ];
|
||||
wallpaper = [
|
||||
"${theme.displayLeft.input}, ${wallpaper}"
|
||||
"${theme.displayRight.input}, ${wallpaper}"
|
||||
"${theme.displayLeft.input}, /tmp/wallpaper.jpg"
|
||||
"${theme.displayRight.input}, /tmp/wallpaper.jpg"
|
||||
];
|
||||
splash = false;
|
||||
};
|
||||
@@ -181,9 +183,10 @@ in
|
||||
|
||||
home = {
|
||||
sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
BROWSER = "${theme.defaultApps.browser.pname}";
|
||||
CLUTTER_BACKEND = "wayland";
|
||||
EDITOR = "micro";
|
||||
EDITOR = "${theme.defaultApps.editor.pname}";
|
||||
VISUAL = "${theme.defaultApps.visual.pname}";
|
||||
ICON_THEME = theme.iconTheme;
|
||||
GTK_CSD = "0";
|
||||
GTK_THEME = theme.gtkTheme;
|
||||
@@ -199,7 +202,7 @@ in
|
||||
QT_SCALE_FACTOR = "1";
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
TERMINAL = "kitty";
|
||||
TERMINAL = "${theme.defaultApps.terminal.pname}";
|
||||
XCURSOR_THEME = theme.cursorTheme;
|
||||
XCURSOR_SIZE = theme.cursorSize;
|
||||
XDG_CACHE_HOME = "\${HOME}/.cache";
|
||||
|
||||
Reference in New Issue
Block a user