no more iwd
This commit is contained in:
parent
0679b19e45
commit
b3684da328
4 changed files with 34 additions and 14 deletions
|
@ -679,7 +679,25 @@ in {
|
|||
margin-left = 6;
|
||||
margin-right = 6;
|
||||
"niri/window" = { format = "<span style='italic'>{title}</span>"; icon = true; };
|
||||
"hyprland/window" = { format = "<span style='italic'>{title}</span>"; icon = true; };
|
||||
workspaces = { format = " {name} "; };
|
||||
"hyprland/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
"1" = "";
|
||||
"2" = "";
|
||||
"3" = "";
|
||||
"4" = "";
|
||||
"5" = "";
|
||||
"6" = "";
|
||||
"7" = "";
|
||||
"8" = "";
|
||||
"9" = "";
|
||||
};
|
||||
all-outputs = true;
|
||||
# on-scroll-up = "hyprctl dispatch workspace e+1";
|
||||
# on-scroll-down = "hyprctl dispatch workspace e-1";
|
||||
};
|
||||
"niri/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
|
|
|
@ -132,9 +132,9 @@ in
|
|||
general = {
|
||||
gaps_in = 15;
|
||||
gaps_out = 20;
|
||||
border_size = 0;
|
||||
"col.active_border" = "0x66ee1111";
|
||||
"col.inactive_border" = "0x66333333";
|
||||
border_size = 3;
|
||||
"col.active_border" = "0xff5af78e";
|
||||
"col.inactive_border" = "0xff78787e";
|
||||
|
||||
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
|
||||
layout = "master";
|
||||
|
@ -231,15 +231,16 @@ in
|
|||
# if !laptop then "workspace 1,mpv"
|
||||
"float,class:org.kde.dolphin"
|
||||
"float,class:thunar"
|
||||
"float,class:title:dadired"
|
||||
"float,title:dadired"
|
||||
"float,class:com.system76.CosmicFiles"
|
||||
"float,class:org.freedesktop.impl.portal.desktop.kde"
|
||||
"float,class:nm-tray"
|
||||
"size 60% 60%,class:org.kde.dolphin"
|
||||
"size 60% 60%,class:thunar"
|
||||
"size 60% 60%,title:dadired"
|
||||
"size 60% 60%,class:com.system76.CosmicFiles"
|
||||
"size 60% 60%,class:org.freedesktop.impl.portal.desktop.kde"
|
||||
"size 70% 70%,class:org.kde.dolphin"
|
||||
"size 70% 70%,class:thunar"
|
||||
"size 70% 70%,title:dadired"
|
||||
"size 70% 70%,class:com.system76.CosmicFiles"
|
||||
"size 70% 70%,class:org.freedesktop.impl.portal.desktop.kde"
|
||||
"size 70% 70%,class:org.freedesktop.impl.portal.desktop.cosmic"
|
||||
"float,class:mpv"
|
||||
"float,title:Picture-in-Picture"
|
||||
"center,title:Picture-in-Picture"
|
||||
|
@ -251,12 +252,13 @@ in
|
|||
"opaque,class:mpv"
|
||||
"nodim,class:mpv"
|
||||
"float,class:pulsemixer"
|
||||
"float,class:bluetui"
|
||||
"workspace 2,class:ff"
|
||||
"workspace 2,class:vivaldi-stable"
|
||||
"workspace 2,class:org.qutebrowser.qutebrowser"
|
||||
"workspace 1,class:emacs"
|
||||
"float,class:btop"
|
||||
"size 70% 70%,class:btop"
|
||||
"size 90% 90%,class:btop"
|
||||
"center,class:btop"
|
||||
"float,class:lumina"
|
||||
"size 80% 80%,class:lumina"
|
||||
|
@ -275,7 +277,7 @@ in
|
|||
"SUPER,RETURN,exec,alacritty"
|
||||
"SUPER,C,killactive,"
|
||||
"SUPERSHIFT,Q,exit,"
|
||||
"SUPERSHIFT,D,exec,dolphin"
|
||||
"SUPERSHIFT,D,exec,cosmic-files"
|
||||
"SUPERSHIFT,F,togglefloating,"
|
||||
"SUPER,w,exec,rofi -i -show window"
|
||||
"SUPER,E,exec,/home/chris/bin/emacslof"
|
||||
|
@ -283,7 +285,8 @@ in
|
|||
"SUPER,v,exec,cliphist list | rofi -p ' ' -dmenu | cliphist decode | wl-copy"
|
||||
"SUPER,B,exec,/home/chris/bin/qblof"
|
||||
"SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer"
|
||||
"SUPER,i,exec,alacritty --class btop -e btop"
|
||||
"SUPER,i,exec,alacritty --class btop -e btm"
|
||||
"SUPERSHIFT,b,exec,alacritty --class bluetui -e bluetui"
|
||||
"SUPERSHIFT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m region"
|
||||
"SUPERALT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m window"
|
||||
"SUPERCTRL,p,exec,${pkgs.hyprshot}/bin/hyprshot -m active"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
mumble
|
||||
niri
|
||||
bluetui
|
||||
impala
|
||||
# pantalaimon
|
||||
ifuse
|
||||
dash
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
hardware.acpilight.enable = lib.mkDefault true;
|
||||
networking.interfaces.wlp170s0.useDHCP = true;
|
||||
networking.wireless.iwd.enable = true;
|
||||
# networking.wireless.iwd.enable = true;
|
||||
|
||||
hardware.uinput.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue