Этот коммит содержится в:
Ihar Hancharenka 2025-02-18 10:45:24 +03:00
родитель 7661beee97
Коммит 5f31ac2506
2 изменённых файлов: 34 добавлений и 10 удалений

Просмотреть файл

@ -1,5 +1,3 @@
! used it
https://github.com/JaKooLit/Hyprland-Dots https://github.com/JaKooLit/Hyprland-Dots
https://github.com/JaKooLit/Hyprland-Dots/tree/main/config/hypr https://github.com/JaKooLit/Hyprland-Dots/tree/main/config/hypr
https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/hyprland.conf https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/hyprland.conf
@ -20,21 +18,46 @@ https://github.com/JaKooLit/Fedora-Hyprland
https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04 https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04
Latest Hyprland version that is compatible with Ubuntu 24.04 is Hyprland v0.39.1. Latest Hyprland version that is compatible with Ubuntu 24.04 is Hyprland v0.39.1.
Reason is that some dependencies are old so newer Hyprland wont build on it. Reason is that some dependencies are old so newer Hyprland wont build on it.
git clone -b 24.04 --depth 1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~/Ubuntu-Hyprland-24.04
cd ~/Ubuntu-Hyprland-24.04
chmod +x install.sh
./install.sh
misec git clone -b 24.04 --depth 1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~/Ubuntu-Hyprland-24.04
cd ~/Ubuntu-Hyprland-24.04
chmod +x install.sh
./install.sh
update
https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/scripts/KooLsDotsUpdate.sh
~/.config/hypr/
hyprland.conf
key-bindings
~/.config/hypr/scripts/KeyHints.sh
Super-H key-bindings help
Super-Ctrl-F fake fullscreen
~/.config/hypr/UserConfigs/UserKeybinds.conf
bind = $mainMod CTRL, F, fullscreen, 1 # fake full screen
bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Change keyboard layout
~/.config/hypr/UserConfigs/UserSettings.conf
input {
# ??? xkb_layout
kb_layout = us
...
}
~/.config/hypr/scripts/SwitchKeyboardLayout.sh
~/.config/qt5ct/qt5ct.conf
[Fonts]
!!!
~/.config/qt6ct/qt6ct.conf
kvantummanager --set "$kvantum_theme"
misc
monitor=,1920x1080,auto,1,bitdepth,8 monitor=,1920x1080,auto,1,bitdepth,8
monitor=,preferred,auto,1,mirror,eDP-1,bitdepth,8 monitor=,preferred,auto,1,mirror,eDP-1,bitdepth,8
xwayland { xwayland {
force_zero_scaling = true force_zero_scaling = true
} }
update
https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/scripts/KooLsDotsUpdate.sh
2025 2025
Ja.KooLit - KooL Hyprland v2.3.11 Update feat various ROFI Themes, update notification & more of 21:31 Ja.KooLit - KooL Hyprland v2.3.11 Update feat various ROFI Themes, update notification & more of 21:31
https://www.youtube.com/watch?v=Vft48floYyM https://www.youtube.com/watch?v=Vft48floYyM

Просмотреть файл

@ -60,6 +60,7 @@ key-bindings
bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Change keyboard layout bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Change keyboard layout
~/.config/hypr/UserConfigs/UserSettings.conf ~/.config/hypr/UserConfigs/UserSettings.conf
input { input {
# ??? xkb_layout
kb_layout = us kb_layout = us
... ...
} }