To use install Tampermonkey extension for Chrome-based or Firefox-based browsers.
| use crate::RelmActionGroup; | |
| use relm4::*; | |
| use relm4::actions::RelmAction; | |
| use adw::prelude::*; | |
| use gtk::{gio, glib}; | |
| use crate::config::{APP_ID, PROFILE}; | |
| use crate::modals::{ |
| from abc import ABC, abstractmethod | |
| class Animal(ABC): | |
| def __init__(self, name): | |
| self.name = name | |
| @abstractmethod | |
| def speak(self): | |
| print("hayvon buni gapirdi: ", self.name) |
To use install Tampermonkey extension for Chrome-based or Firefox-based browsers.
| [package] | |
| name = "megolm" | |
| version = "0.1.0" | |
| edition = "2021" | |
| license = "MIT OR Apache-2.0" | |
| homepage = "#website#" | |
| repository = "#repository#" | |
| description = "#description#" | |
| authors = ["bahrom04"] |
| // Common Latin alphabet layout | |
| default partial | |
| xkb_symbols "basic" { | |
| key <AE01> { [ 1, exclam, onesuperior, exclamdown ] }; | |
| key <AE02> { [ 2, at, twosuperior, oneeighth ] }; | |
| key <AE03> { [ 3, numbersign, threesuperior, sterling ] }; | |
| key <AE04> { [ 4, dollar, onequarter, dollar ] }; | |
| key <AE05> { [ 5, percent, onehalf, threeeighths ] }; |
#arch #linux #archlinux
Please, keep in mind that everything after
#is a comment and should not be executed. Also, { something | something } means that you have to make decision and choose one of them, and then write it without curly braces and pipe.