updating kaladins stuff
This commit is contained in:
parent
5408b21784
commit
3dcbe8279b
|
@ -325,7 +325,7 @@
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
(bar_layout))
|
(bar_layout))
|
||||||
(defwindow bar1
|
(defwindow bar1
|
||||||
:monitor 0
|
:monitor 1
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
:x "15px"
|
:x "15px"
|
||||||
|
|
|
@ -61,7 +61,7 @@ command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('
|
||||||
"" Unbind this key to rebind it later
|
"" Unbind this key to rebind it later
|
||||||
unbind v
|
unbind v
|
||||||
|
|
||||||
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('mpv --no-terminal' + '${url}'))
|
command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv --no-terminal' + '${url}'))
|
||||||
|
|
||||||
command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url))
|
command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url))
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,7 @@ in
|
||||||
|
|
||||||
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
|
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
|
||||||
layout=master
|
layout=master
|
||||||
|
no_cursor_warps=true
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
|
|
|
@ -135,6 +135,9 @@ with lib;
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
# package = (pkgs.hyprland.override {
|
||||||
|
# portalPackage = pkgs.xdg-desktop-portal-kde;
|
||||||
|
# });
|
||||||
# portalPackage = pkgs.xdg-desktop-portal-kde;
|
# portalPackage = pkgs.xdg-desktop-portal-kde;
|
||||||
# xwayland.hidpi = true;
|
# xwayland.hidpi = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -119,8 +119,9 @@ with lib;
|
||||||
bluez-tools
|
bluez-tools
|
||||||
networkmanager_dmenu
|
networkmanager_dmenu
|
||||||
plasma5Packages.qt5ct
|
plasma5Packages.qt5ct
|
||||||
|
xdg-desktop-portal-kde
|
||||||
lxappearance
|
lxappearance
|
||||||
# spotdl
|
spotdl
|
||||||
# (kdenlive.override {
|
# (kdenlive.override {
|
||||||
# mlt = mlt.override {
|
# mlt = mlt.override {
|
||||||
# ffmpeg = ffmpeg-full;
|
# ffmpeg = ffmpeg-full;
|
||||||
|
|
Loading…
Reference in a new issue