Re-enable middle mouse paste
This commit is contained in:
parent
9bd82480fe
commit
026a293f1e
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@ in with theme.colors; {
|
||||||
wmctrl # For rofi power menu
|
wmctrl # For rofi power menu
|
||||||
xborders # Active window borders
|
xborders # Active window borders
|
||||||
maim xdotool unclutter # Active window screenshots
|
maim xdotool unclutter # Active window screenshots
|
||||||
xsel # Disable middle mouse paste
|
#xsel # Disable middle mouse paste
|
||||||
];
|
];
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
@ -89,6 +89,7 @@ in with theme.colors; {
|
||||||
always = true;
|
always = true;
|
||||||
notification = false;
|
notification = false;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
# Disable middle mouse paste
|
# Disable middle mouse paste
|
||||||
# https://unix.stackexchange.com/a/501445
|
# https://unix.stackexchange.com/a/501445
|
||||||
|
@ -99,6 +100,7 @@ in with theme.colors; {
|
||||||
always = true;
|
always = true;
|
||||||
notification = false;
|
notification = false;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
];
|
];
|
||||||
keybindings = lib.mkOptionDefault {
|
keybindings = lib.mkOptionDefault {
|
||||||
"${mod}+Return" = "exec kitty";
|
"${mod}+Return" = "exec kitty";
|
||||||
|
|
Loading…
Add table
Reference in a new issue