fixing tridactyl to use mpl
This commit is contained in:
parent
0657befac8
commit
0a7264eb38
|
@ -74,7 +74,7 @@ command aud js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_
|
|||
unbind t
|
||||
|
||||
"" Adding my own bindings
|
||||
bind v composite hint -pipe a href | js -p tri.excmds.shellescape(JS_ARG) | exclaim_quiet mpv --ontop --keepaspect-window
|
||||
bind v composite hint -pipe a href | js -p tri.excmds.shellescape(JS_ARG) | exclaim_quiet mpl
|
||||
bind gt hint -W torrent
|
||||
bind gv current_url mpv
|
||||
bind ga hint -W aud
|
||||
|
|
|
@ -948,7 +948,7 @@ end
|
|||
|
||||
home.file."bin" = {
|
||||
source = ../scripts;
|
||||
recursive = true;
|
||||
recursive = false;
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
|
|
|
@ -84,7 +84,7 @@ in
|
|||
shadow_scale = 0.99;
|
||||
shadow_render_power = 1;
|
||||
"col.shadow" = "rgba(000000cc)";
|
||||
dim_inactive = true;
|
||||
dim_inactive = false;
|
||||
dim_strength = 0.2;
|
||||
dim_special = 0;
|
||||
};
|
||||
|
@ -141,6 +141,7 @@ in
|
|||
"float,lumina"
|
||||
"size 80% 80%,lumina"
|
||||
"center,lumina"
|
||||
"opaque,lumina"
|
||||
"workspace ${if laptop then "1" else "3"},title:presentation-window"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue