Fixed everything for Ubuntu.

This commit is contained in:
duma97
2025-11-16 00:58:01 +04:00
parent 68201be5d2
commit 31e997e99b
3 changed files with 20 additions and 19 deletions
+15 -15
View File
@@ -28,10 +28,10 @@ exec-once = hyprctl setcursor Adwaita 24 # Needed on NixOS
exec-once = mkdir -p $HOME/Pictures/Screenshots
# Our apps, adjust for yourself, otherwise apps won't run!
$terminal = kitty
$terminal = foot
$fileManager = nautilus
$menu = wofi --show drun
$telegram = Telegram
$telegram = telegram-desktop
$spotify = spotify
$vscode = code
$browser = google-chrome-stable
@@ -60,8 +60,8 @@ input {
}
# Gestures
gesture = 3, horizontal, workspace
gesture = 3, vertical, fullscreen
#gesture = 3, horizontal, workspace
#gesture = 3, vertical, fullscreen
# General settings
general {
@@ -84,12 +84,12 @@ decoration {
active_opacity = 0.985
inactive_opacity = 0.85
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
#shadow {
# enabled = true
# range = 4
# render_power = 3
# color = rgba(1a1a1aee)
#}
blur {
enabled = true
@@ -140,11 +140,11 @@ binds {
}
# XWayland settings
xwayland {
enabled = true
force_zero_scaling = false
use_nearest_neighbor = false
}
#xwayland {
# enabled = true
# force_zero_scaling = false
# use_nearest_neighbor = false
#}
# Window Rules
## Default rules
+1 -1
View File
@@ -1,5 +1,5 @@
{
"LuaSnip": { "branch": "master", "commit": "3732756842a2f7e0e76a7b0487e9692072857277" },
"LuaSnip": { "branch": "master", "commit": "5a1e39223db9a0498024a77b8441169d260c8c25" },
"alpha-nvim": { "branch": "main", "commit": "3979b01cb05734331c7873049001d3f2bb8477f4" },
"cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" },
"cmp-cmdline": { "branch": "main", "commit": "d126061b624e0af6c3a556428712dd4d4194ec6d" },
+4 -3
View File
@@ -159,9 +159,10 @@ tooltip {
}
#custom-wlogout{
padding: 0px 3px;
margin-left: -2px;
font-size: 21px;
padding: 0px 5px;
margin-left: -5px;
margin-right: 3px;
font-size: 14px;
transition: all .3s ease;
color:@color7;
}