From 85babbd58a5b0a411189116c0ac78d2a2d74c4b1 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Wed, 12 Feb 2025 22:40:04 +0300 Subject: [PATCH] m --- os/editors/neovim/docs/presentations.txt | 3 +++ os/x-ui/wm/wayland/hyprland/src/misc.txt | 5 +++++ pages/fw.txt | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 os/x-ui/wm/wayland/hyprland/src/misc.txt diff --git a/os/editors/neovim/docs/presentations.txt b/os/editors/neovim/docs/presentations.txt index b0dc15535..cee7fbf4b 100644 --- a/os/editors/neovim/docs/presentations.txt +++ b/os/editors/neovim/docs/presentations.txt @@ -1,3 +1,6 @@ +2025 +StuffEng - Java Programming in Neovim 0:00 of ... + https://www.youtube.com/watch?v=tJ4LBxAhehA 2024 ZProger - Turn VIM into IDE of 12:37 https://www.youtube.com/watch?v=XhdwvHhFROc diff --git a/os/x-ui/wm/wayland/hyprland/src/misc.txt b/os/x-ui/wm/wayland/hyprland/src/misc.txt new file mode 100644 index 000000000..7e1e2df0d --- /dev/null +++ b/os/x-ui/wm/wayland/hyprland/src/misc.txt @@ -0,0 +1,5 @@ +big +https://github.com/hyprwm/Hyprland/blob/main/src/desktop/Window.hpp +https://github.com/hyprwm/Hyprland/blob/main/src/desktop/Window.cpp +https://github.com/hyprwm/Hyprland/blob/main/src/desktop/Workspace.hpp +https://github.com/hyprwm/Hyprland/blob/main/src/desktop/Workspace.cpp diff --git a/pages/fw.txt b/pages/fw.txt index 58b27c5c9..f1e827559 100644 --- a/pages/fw.txt +++ b/pages/fw.txt @@ -1,5 +1,11 @@ python3-firewall-2.1.4-2.fc40.noarch +sudo vi /usr/lib/python3.12/site-packages/firewall/core/fw.py +line 583, in _start_apply_objects + transaction = FirewallTransaction(self) + ... + transaction.execute(True) # !!! + $ sudo systemctl status firewalld ○ firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; preset: enabled)