mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-16 03:07:26 +02:00
Compare commits
8 Commits
d368558812
...
352dcaa9c2
Author | SHA1 | Date | |
---|---|---|---|
352dcaa9c2 | |||
f09dc21392 | |||
9e94cffe34 | |||
b900a2a8a7 | |||
4e61973a64 | |||
1be580e29d | |||
5308a9e901 | |||
a0523e657b |
@ -11,7 +11,7 @@ set -g status-fg white
|
|||||||
#set-window-option -g window-status-current-bg red
|
#set-window-option -g window-status-current-bg red
|
||||||
|
|
||||||
# Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf )
|
# Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf )
|
||||||
set -g status-right '#[fg=yellow,bold]#h ⚧︎ %F %H:%M %Z#[fg=black,bold]#[fg=black,bold]'
|
set -g status-right '#[fg=yellow,bold]#h ⚧︎ %G-W%V-%u %H:%M %Z#[fg=black,bold]#[fg=black,bold]'
|
||||||
|
|
||||||
# Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz )
|
# Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz )
|
||||||
setw -g automatic-rename on
|
setw -g automatic-rename on
|
||||||
|
3
efi/loader/loader.conf
Normal file
3
efi/loader/loader.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
timeout 3
|
||||||
|
console-mode auto
|
||||||
|
beep true
|
1
etc/dnf/protected.d/terminus.conf
Normal file
1
etc/dnf/protected.d/terminus.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
terminus-fonts-console
|
@ -58,6 +58,7 @@
|
|||||||
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
||||||
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
||||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||||
|
"https://big.oisd.nl",
|
||||||
"curben-phishing",
|
"curben-phishing",
|
||||||
"ublock-filters",
|
"ublock-filters",
|
||||||
"easylist",
|
"easylist",
|
||||||
@ -65,7 +66,6 @@
|
|||||||
"ublock-privacy",
|
"ublock-privacy",
|
||||||
"easyprivacy",
|
"easyprivacy",
|
||||||
"FIN-0",
|
"FIN-0",
|
||||||
"https://big.oisd.nl/",
|
|
||||||
"fanboy-cookiemonster",
|
"fanboy-cookiemonster",
|
||||||
"ublock-cookies-easylist",
|
"ublock-cookies-easylist",
|
||||||
"adguard-cookies",
|
"adguard-cookies",
|
||||||
@ -213,7 +213,7 @@
|
|||||||
},
|
},
|
||||||
"uBlock0@raymondhill.net": {
|
"uBlock0@raymondhill.net": {
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
||||||
"installation_mode": "normal_installed"
|
"installation_mode": "force_installed"
|
||||||
},
|
},
|
||||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||||
@ -958,7 +958,7 @@
|
|||||||
],
|
],
|
||||||
"Default": "Ecosia"
|
"Default": "Ecosia"
|
||||||
},
|
},
|
||||||
"SearchSuggestEnabled": false,
|
"SearchSuggestEnabled": true,
|
||||||
"SecurityDevices": {
|
"SecurityDevices": {
|
||||||
"Add": {
|
"Add": {
|
||||||
"Fujitsu mPollux DigiSignApplication": "/usr/lib64/libcryptoki.so"
|
"Fujitsu mPollux DigiSignApplication": "/usr/lib64/libcryptoki.so"
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
||||||
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
||||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||||
|
"https://big.oisd.nl",
|
||||||
"curben-phishing",
|
"curben-phishing",
|
||||||
"ublock-filters",
|
"ublock-filters",
|
||||||
"easylist",
|
"easylist",
|
||||||
@ -40,7 +41,6 @@
|
|||||||
"ublock-privacy",
|
"ublock-privacy",
|
||||||
"easyprivacy",
|
"easyprivacy",
|
||||||
"FIN-0",
|
"FIN-0",
|
||||||
"https://big.oisd.nl/",
|
|
||||||
"fanboy-cookiemonster",
|
"fanboy-cookiemonster",
|
||||||
"ublock-cookies-easylist",
|
"ublock-cookies-easylist",
|
||||||
"adguard-cookies",
|
"adguard-cookies",
|
||||||
@ -122,7 +122,7 @@
|
|||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
},
|
},
|
||||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm": {
|
"cjpalhdlnbpafiamejdnhcphjbkeiagm": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "force_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
"toolbar_pin": "force_pinned",
|
"toolbar_pin": "force_pinned",
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
|
2
etc/vconsole.conf
Normal file
2
etc/vconsole.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
KEYMAP="fi"
|
||||||
|
FONT="ter-v16v"
|
0
var/lib/iwd/WiFi4EU.open
Normal file
0
var/lib/iwd/WiFi4EU.open
Normal file
Loading…
x
Reference in New Issue
Block a user