Compare commits
No commits in common. "43a639af99a78793f227ec6d646f4bcba1ca25fc" and "2cc261dc68606421a82f9431d78eb336dc1ef1c5" have entirely different histories.
43a639af99
...
2cc261dc68
|
@ -10,7 +10,7 @@
|
||||||
../../modules/common.nix
|
../../modules/common.nix
|
||||||
../../modules/x11.nix
|
../../modules/x11.nix
|
||||||
../../modules/discord.nix
|
../../modules/discord.nix
|
||||||
../../modules/gaming.nix
|
# ../../modules/gaming.nix
|
||||||
../../modules/rbw.nix
|
../../modules/rbw.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -153,11 +153,11 @@ case "$(hostname)" in
|
||||||
--output DP-5 --off \
|
--output DP-5 --off \
|
||||||
--output DP-1-1 --off \
|
--output DP-1-1 --off \
|
||||||
--output HDMI-1-1 --off \
|
--output HDMI-1-1 --off \
|
||||||
--output DP-1-2 --off \
|
--output HDMI-1-2 --off \
|
||||||
--output HDMI-1-2 --mode 1920x1080 --pos 3840x0 --rotate normal
|
--output DP-1-2 --mode 1920x1080 --pos 3840x0 --rotate normal
|
||||||
bspc monitor DP-0 -d 1 3 5 7
|
bspc monitor DP-0 -d 1 3 5 7
|
||||||
bspc monitor HDMI-0 -d 2 4 6 8
|
bspc monitor HDMI-0 -d 2 4 6 8
|
||||||
bspc monitor HDMI-1-2 -d 9
|
bspc monitor DP-1-2 -d 9
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
# wrap rbw get $1 --full to output in the git credential helper
|
# wrap rbw get $1 --full to output in the git credential helper
|
||||||
# format
|
# format
|
||||||
|
|
||||||
# assume we're running xorg
|
|
||||||
prompt_for_rbw_password
|
|
||||||
|
|
||||||
# username=yourusername
|
# username=yourusername
|
||||||
# password=yourpassword
|
# password=yourpassword
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# wrapper around rbw
|
# wrapper around rbw
|
||||||
|
|
||||||
prompt_for_rbw_password
|
st -c tmenu-prompt -e rbw list
|
||||||
|
|
||||||
resp=$(rbw list | tmenu)
|
resp=$(rbw list | tmenu)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
st -c tmenu-prompt -e rbw list
|
|
12
flake.lock
12
flake.lock
|
@ -41,11 +41,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1721793798,
|
"lastModified": 1721463311,
|
||||||
"narHash": "sha256-HfdWMR5qC2GOeBMv+UxzVgzlJ6+f5vI9YSW/tTIvB/c=",
|
"narHash": "sha256-zmvqafJogm5DJ8+2v/kE9Oj8AGzK7IBOdMSIPZyKuNk=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "2687da27b1f740e281305fc95b76c076e7ca31b2",
|
"rev": "863eb5594f8c375d1ddaa2cea84a819c5197dd76",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -199,11 +199,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721686456,
|
"lastModified": 1721548954,
|
||||||
"narHash": "sha256-nw/BnNzATDPfzpJVTnY8mcSKKsz6BJMEFRkJ332QSN0=",
|
"narHash": "sha256-7cCC8+Tdq1+3OPyc3+gVo9dzUNkNIQfwSDJ2HSi2u3o=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "575f3027caa1e291d24f1e9fb0e3a19c2f26d96b",
|
"rev": "63d37ccd2d178d54e7fb691d7ec76000740ea24a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in New Issue