move workspaces, add scratchpad

This commit is contained in:
Leon Vatthauer 2024-03-10 10:46:50 +01:00
parent dbd7388a4e
commit 5343035045
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8

View file

@ -5,6 +5,11 @@
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
settings = { settings = {
workspace = [
"1, monitor:HDMI-A-3, default:true, persistent:true"
"2, monitor:DP-3 , default:true, persistent:true"
"special:scratchpad, on-created-empty:foot"
];
monitor = [ monitor = [
"DP-3 , 2560x1440@144, 1920x0, 1" "DP-3 , 2560x1440@144, 1920x0, 1"
"HDMI-A-5, 1920x1080@75 , 0x0 , 1" "HDMI-A-5, 1920x1080@75 , 0x0 , 1"
@ -86,7 +91,7 @@
# fullscreen # fullscreen
"$mod, F11, fullscreen, 0" "$mod, F11, fullscreen, 0"
"$mod, m, fullscreen, 1" # maximize # "$mod, m, fullscreen, 1" # maximize
# floating # floating
"$mod, F, togglefloating, active" "$mod, F, togglefloating, active"
@ -94,7 +99,8 @@
# screenshot # screenshot
", Print, exec, grimblast copysave area $HOME\"/screenshots/\"$(date +'%F-%T.png');" ", Print, exec, grimblast copysave area $HOME\"/screenshots/\"$(date +'%F-%T.png');"
# scratchpad
"$mod, C, togglespecialworkspace, scratchpad"
]; ];
bindm = [ bindm = [
"$mod, mouse:272, movewindow" "$mod, mouse:272, movewindow"