adding ma things

This commit is contained in:
Chris Cochrun 2024-07-02 13:55:44 -05:00
parent 8fa3766584
commit 2273ff5233
5 changed files with 16 additions and 9 deletions

View file

@ -96,10 +96,10 @@ in
"HDMI-A-1,transform,1"
];
workspace = [
"1,monitor:eDP-1,1,default:true"
"2,monitor:HDMI-A-1,2,default:true"
"9,monitor:DP-2,9,gapsout:0,rounding:false,default:true"
"1,monitor:DP-1,1,default:true"
"1,name:code,monitor:eDP-1,1,default:true,persistent:true"
"2,name:browse,monitor:HDMI-A-1,default:true,persistent:true"
"9,name:monitor,monitor:DP-2,gapsout:0,rounding:false,default:true,persistent:true"
"1,monitor:DP-1,1,default:true,persistent:true"
"special,monitor:DP-1,1,default:true"
];
input = {
@ -201,7 +201,7 @@ in
# example window rules
# for windows named/classed as abc and xyz
windowrule = [
"opaque,firefox"
"opaque,ff"
# if !laptop then "workspace 1,mpv"
"float,dolphin"
"float,nm-tray"
@ -212,8 +212,8 @@ in
"center,mpv"
"opaque,mpv"
"float,pulsemixer"
"workspace ${if laptop then "2" else "1"},firefox"
"workspace ${if laptop then "1" else "2"},emacs"
"workspace 2,ff"
"workspace 1,emacs"
"float,btop"
"size 70% 70%,btop"
"center,btop"