updates
This commit is contained in:
@@ -75,9 +75,9 @@
|
|||||||
"width": 50
|
"width": 50
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"showWorkspaceIndex": true,
|
"showWorkspaceIndex": false,
|
||||||
"showWorkspacePadding": false,
|
"showWorkspacePadding": false,
|
||||||
"showWorkspaceApps": true,
|
"showWorkspaceApps": false,
|
||||||
"maxWorkspaceIcons": 3,
|
"maxWorkspaceIcons": 3,
|
||||||
"workspacesPerMonitor": true,
|
"workspacesPerMonitor": true,
|
||||||
"workspaceNameIcons": {},
|
"workspaceNameIcons": {},
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ background-opacity=0.9
|
|||||||
confirm-close-surface = false
|
confirm-close-surface = false
|
||||||
window-theme = system
|
window-theme = system
|
||||||
window-decoration = true
|
window-decoration = true
|
||||||
|
window-inherit-working-directory = false
|
||||||
|
working-directory = home
|
||||||
|
|
||||||
# Linux Specific
|
# Linux Specific
|
||||||
gtk-wide-tabs = true
|
gtk-wide-tabs = true
|
||||||
|
|||||||
@@ -162,7 +162,9 @@ windowrule = float, class:^(Network)$
|
|||||||
windowrule = float, class:Rofi
|
windowrule = float, class:Rofi
|
||||||
windowrule = float, class:Gimp
|
windowrule = float, class:Gimp
|
||||||
windowrule = float, class:Nautilus
|
windowrule = float, class:Nautilus
|
||||||
|
windowrule = float, title:^(LmDev-.*)$
|
||||||
windowrule = float, class:notification
|
windowrule = float, class:notification
|
||||||
|
windowrule = float, class:^(Genymotion Player)$
|
||||||
windowrule = float, class:^(launcher)$
|
windowrule = float, class:^(launcher)$
|
||||||
windowrule = tile, class:Spotify
|
windowrule = tile, class:Spotify
|
||||||
windowrule = tile, title:Minecraft
|
windowrule = tile, title:Minecraft
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
latitude="53.2"
|
latitude="53.2"
|
||||||
longitude="-6.2"
|
longitude="-6.2"
|
||||||
|
|
||||||
|
# Startup
|
||||||
function execs() {
|
function execs() {
|
||||||
systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river && systemctl --user restart xdg-desktop-portal xdg-desktop-portal-wlr
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river && systemctl --user restart xdg-desktop-portal xdg-desktop-portal-wlr
|
||||||
@@ -175,4 +176,5 @@ colors
|
|||||||
inputs
|
inputs
|
||||||
binds
|
binds
|
||||||
|
|
||||||
|
# Don't run execs on reload
|
||||||
if ! [ -v no_execs ]; then execs ; fi
|
if ! [ -v no_execs ]; then execs ; fi
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ in
|
|||||||
thermald.enable = true;
|
thermald.enable = true;
|
||||||
power-profiles-daemon.enable = false;
|
power-profiles-daemon.enable = false;
|
||||||
pulseaudio.enable = false;
|
pulseaudio.enable = false;
|
||||||
|
upower.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
security.pam.services.hyprlock = {};
|
security.pam.services.hyprlock = {};
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
emacsPackages.pdf-tools
|
emacsPackages.pdf-tools
|
||||||
exfatprogs
|
exfatprogs
|
||||||
fastfetch
|
fastfetch
|
||||||
|
ffmpeg
|
||||||
filezilla
|
filezilla
|
||||||
floorp-bin
|
floorp-bin
|
||||||
fuzzel
|
fuzzel
|
||||||
|
|||||||
Reference in New Issue
Block a user