mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-13 14:11:01 +00:00
Fixed everything for Ubuntu.
This commit is contained in:
+15
-15
@@ -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
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user