update
This commit is contained in:
parent
c1f96d63ce
commit
5192ea1c12
@ -2,10 +2,11 @@
|
||||
sxhkd &
|
||||
polybar bar -q &
|
||||
|
||||
bspc monitor eDP-1 -d 1 2 3 4 5
|
||||
bspc monitor HDMI-1 -d 6 7 8 9 10
|
||||
bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8
|
||||
bspc monitor HDMI-1 -d 9 10
|
||||
|
||||
bspc rule -a Element desktop=^3
|
||||
bspc rule -a Librewolf desktop=^2
|
||||
|
||||
#bspc config focus_follows_pointer true
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
[General]
|
||||
contrastOpacity=163
|
||||
drawColor=#1e0000
|
||||
savePath=/home/grimhilt/Documents/spe/international
|
||||
showHelp=false
|
||||
showStartupLaunchMessage=false
|
||||
uiColor=#000e96
|
||||
|
@ -14,7 +14,18 @@
|
||||
cShell = "nix-shell ~/.config/nixshell/c.nix";
|
||||
};
|
||||
enableCompletion = true;
|
||||
plugins = [];
|
||||
plugins = [
|
||||
{
|
||||
name = "zsh-nix-shell";
|
||||
file = "nix-shell.plugin.zsh";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "chisui";
|
||||
repo = "zsh-nix-shell";
|
||||
rev = "v0.5.0";
|
||||
sha256 = "0za4aiwwrlawnia4f29msk822rj9bgcygw6a8a6iikiwzjjz0g91";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
direnv.enable = true;
|
||||
direnv.nix-direnv.enable = true;
|
||||
|
@ -5,6 +5,8 @@ in
|
||||
name = "matrix-shell";
|
||||
buildInputs = with pkgs; [
|
||||
yarn
|
||||
docker
|
||||
act
|
||||
gtk2
|
||||
gtk3
|
||||
rPackages.gbm
|
||||
|
@ -27,7 +27,7 @@ font-1 = FontAwesome6FreeSolid:size=12;3
|
||||
|
||||
modules-left = bspwm-desktops window-title
|
||||
modules-center = cpu memory disk
|
||||
modules-right = battery wired-network wireless-network date-and-time
|
||||
modules-right = battery wired-network wireless-network pulseaudio-volume date-and-time
|
||||
|
||||
locale = en_US.UTF-8
|
||||
|
||||
@ -92,8 +92,8 @@ format-charging = <label-charging> <ramp-capacity>
|
||||
format-discharging = <label-discharging> <ramp-capacity>
|
||||
format-full = <label-full>
|
||||
|
||||
label-charging = %percentage%%c
|
||||
label-discharging = %percentage%%d
|
||||
label-charging = %percentage%%
|
||||
label-discharging = %percentage%%
|
||||
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
|
@ -18,6 +18,9 @@ super + Escape
|
||||
super + shift + s
|
||||
flameshot gui --clipboard --accept-on-select
|
||||
|
||||
Print
|
||||
flameshot full
|
||||
|
||||
# Lock screen
|
||||
ctrl + alt + l
|
||||
~/.config/i3lock/lock.sh
|
||||
|
Loading…
Reference in New Issue
Block a user