improvements

This commit is contained in:
2023-12-07 20:54:47 +01:00
parent cb007cc158
commit 812c2749c0
7 changed files with 101 additions and 94 deletions

View File

@@ -24,9 +24,8 @@
"GIO_EXTRA_MODULES,${pkgs.gnome.gvfs}/lib/gio/modules"
];
exec-once = [
"ags"
"swww init"
"swww img ~/Pictures/Wallpapers/wallpaper.jpg"
"ags"
"systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XAUTHORITY"
"dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY XAUTHORITY"
"gnome-keyring-daemon --start --components=secrets"

View File

@@ -19,9 +19,15 @@
"SUPER,left,movefocus,l"
"SUPER,right,movefocus,r"
"SUPER,Tab,workspace,m+1"
"SUPER,mouse_up,workspace,m+1"
"SUPER,mouse_down,workspace,m-1"
"SUPER,f,workspace,r-1"
"SUPER,h,workspace,r+1"
"SUPER_SHIFT,f,movetoworkspace,r-1"
"SUPER_SHIFT,h,movetoworkspace,r+1"
"SUPER,mouse_up,workspace,r+1"
"SUPER,mouse_down,workspace,r-1"
# just dump the window anywhere
"SUPER,x,movetoworkspacesilent,empty"
"SUPER,1,workspace,1"
"SUPER,2,workspace,2"

View File

@@ -1,5 +1,5 @@
[
"DP-1,1920x1080@240,0x0,1,vrr,1"
"DP-3,2560x1440@75,1920x0,1,vrr,1"
"HDMI-A-1,1920x1080@75,0x1080,1,transform,2"
"DP-1,highrr,0x0,1"
"DP-3,highrr,1920x0,1"
"HDMI-A-1,highrr,0x1080,1,transform,2"
]