Compare commits
No commits in common. "8a89be85907920cba9635dadcbe5ba6e8b39cd06" and "538bf48927f27125cac6efd717c51e9a600a3319" have entirely different histories.
8a89be8590
...
538bf48927
1 changed files with 0 additions and 6 deletions
|
@ -9,7 +9,6 @@ in with theme.colors; {
|
||||||
playerctl # pactl comes with PulseAudio
|
playerctl # pactl comes with PulseAudio
|
||||||
wmctrl # For rofi power menu
|
wmctrl # For rofi power menu
|
||||||
xborders # Active window borders
|
xborders # Active window borders
|
||||||
maim xdotool # Active window screenshots
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
@ -97,7 +96,6 @@ in with theme.colors; {
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
"Print" = "exec flameshot gui";
|
"Print" = "exec flameshot gui";
|
||||||
"${mod}+Print" = "exec maim -i \"$(xdotool getactivewindow)\" | xclip -selection clipboard -t image/png";
|
|
||||||
|
|
||||||
# Remove dmenu
|
# Remove dmenu
|
||||||
"${mod}+d" = null;
|
"${mod}+d" = null;
|
||||||
|
@ -126,10 +124,6 @@ in with theme.colors; {
|
||||||
command = "floating enable";
|
command = "floating enable";
|
||||||
criteria = { title = "Task Planner - Quick Add"; };
|
criteria = { title = "Task Planner - Quick Add"; };
|
||||||
}
|
}
|
||||||
{
|
|
||||||
command = "floating enable";
|
|
||||||
criteria = { instance = "Godot_Engine"; title="*(DEBUG)"; };
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
bars = [];
|
bars = [];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue