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