move workspaces, add scratchpad
This commit is contained in:
parent
dbd7388a4e
commit
5343035045
1 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue