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