mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
improvements
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user