mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Compare commits
11 commits
0482e57583
...
86729920ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 86729920ab | |||
| ec6bf2312f | |||
| ac16353721 | |||
| 8edc63f477 | |||
| d396812450 | |||
| 47cf371788 | |||
| b0b7222d48 | |||
| b7b2083c74 | |||
| 44576984e5 | |||
| a89146bc5b | |||
| d252914f55 |
3 changed files with 8 additions and 1 deletions
|
|
@ -110,6 +110,7 @@
|
||||||
pkgs.signal-desktop
|
pkgs.signal-desktop
|
||||||
pkgs.tuba # mastodon GUI client
|
pkgs.tuba # mastodon GUI client
|
||||||
pkgs.emoji-picker-rs
|
pkgs.emoji-picker-rs
|
||||||
|
pkgs.telegram-desktop # for archlinux china
|
||||||
|
|
||||||
# wm utilities
|
# wm utilities
|
||||||
pkgs.xbrightness
|
pkgs.xbrightness
|
||||||
|
|
@ -122,6 +123,7 @@
|
||||||
# audio utilities
|
# audio utilities
|
||||||
pkgs.helvum
|
pkgs.helvum
|
||||||
pkgs.pavucontrol
|
pkgs.pavucontrol
|
||||||
|
pkgs.pulseaudio # pactl value control
|
||||||
pkgs.pantheon.elementary-sound-theme
|
pkgs.pantheon.elementary-sound-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ in
|
||||||
# https://searchfox.org/mozilla-central/source/browser/components/enterprisepolicies/Policies.sys.mjs
|
# https://searchfox.org/mozilla-central/source/browser/components/enterprisepolicies/Policies.sys.mjs
|
||||||
# Some policies can be rewritten to profiles configuration
|
# Some policies can be rewritten to profiles configuration
|
||||||
#
|
#
|
||||||
# TODO: try out the "locked" semantic from zen
|
# "locked" semantic from zen (doesn't seem to be doing anything, attempted for zen-twilight 1.18t)
|
||||||
# https://github.com/0xc000022070/zen-browser-flake/tree/main#preferences
|
# https://github.com/0xc000022070/zen-browser-flake/tree/main#preferences
|
||||||
#
|
#
|
||||||
# To check which option is mapped to which about:config
|
# To check which option is mapped to which about:config
|
||||||
|
|
@ -67,6 +67,7 @@ in
|
||||||
"layout.css.devPixelsPerPx" = 1.1;
|
"layout.css.devPixelsPerPx" = 1.1;
|
||||||
"browser.startup.page" = 1;
|
"browser.startup.page" = 1;
|
||||||
"browser.translations.automaticallyPopup" = false;
|
"browser.translations.automaticallyPopup" = false;
|
||||||
|
"browser.tabs.closeWindowWithLastTab" = true;
|
||||||
|
|
||||||
# open links in new window
|
# open links in new window
|
||||||
# this works a lot better with xmonad where I have a bunch of windows
|
# this works a lot better with xmonad where I have a bunch of windows
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,10 @@ in
|
||||||
ssid = "NTUH_guest";
|
ssid = "NTUH_guest";
|
||||||
randomizeMac = true;
|
randomizeMac = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
ssid = "i_Tzuchi_WiFi";
|
||||||
|
randomizeMac = true;
|
||||||
|
}
|
||||||
|
|
||||||
{ ssid = "_SNCF_WIFI_INOUI"; }
|
{ ssid = "_SNCF_WIFI_INOUI"; }
|
||||||
{ ssid = "_WIFI_LYRIA"; }
|
{ ssid = "_WIFI_LYRIA"; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue