Compare commits

...

2 commits

Author SHA1 Message Date
8a89be8590 i3: add screenshot active window shortcut 2023-05-23 17:08:33 -07:00
ed3a1d52c5 i3: float Godot debug windows 2023-05-23 11:42:58 -07:00

View file

@ -9,6 +9,7 @@ in with theme.colors; {
playerctl # pactl comes with PulseAudio
wmctrl # For rofi power menu
xborders # Active window borders
maim xdotool # Active window screenshots
];
# Screenshots
@ -96,6 +97,7 @@ in with theme.colors; {
# Screenshots
"Print" = "exec flameshot gui";
"${mod}+Print" = "exec maim -i \"$(xdotool getactivewindow)\" | xclip -selection clipboard -t image/png";
# Remove dmenu
"${mod}+d" = null;
@ -124,6 +126,10 @@ in with theme.colors; {
command = "floating enable";
criteria = { title = "Task Planner - Quick Add"; };
}
{
command = "floating enable";
criteria = { instance = "Godot_Engine"; title="*(DEBUG)"; };
}
];
bars = [];
};