Compare commits
3 Commits
fab1c53cb3
...
1c12506728
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c12506728 | |||
| 568a81a94d | |||
| 9ee3da3100 |
@@ -29,8 +29,8 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|||||||
env = NVD_BACKEND,direct
|
env = NVD_BACKEND,direct
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme
|
env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme
|
||||||
|
|
||||||
exec-once = waybar
|
|
||||||
exec-once = nextcloud
|
exec-once = nextcloud
|
||||||
|
exec-once = waybar
|
||||||
exec-once = hyprctl setcursor Breeze 24
|
exec-once = hyprctl setcursor Breeze 24
|
||||||
|
|
||||||
source = ~/.config/hypr/input.conf
|
source = ~/.config/hypr/input.conf
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ input {
|
|||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
scroll_factor = 0.2
|
scroll_factor = 0.5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
"modules-right": [
|
"modules-right": [
|
||||||
"tray",
|
"tray",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
|
"bluetooth",
|
||||||
"custom/micmute",
|
"custom/micmute",
|
||||||
"battery",
|
"battery",
|
||||||
"custom/power"
|
"custom/power"
|
||||||
@@ -62,6 +63,16 @@
|
|||||||
"on-click-right": "pavucontrol"
|
"on-click-right": "pavucontrol"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"bluetooth": {
|
||||||
|
"format": " {num_connections}",
|
||||||
|
"format-connected": " {num_connections}",
|
||||||
|
"format-disabled": "",
|
||||||
|
"tooltip-format-connected": "{device_enumerate}",
|
||||||
|
"tooltip-format-enumerate-connected": " {device_alias} ({device_battery_percentage}%)",
|
||||||
|
"on-click": "blueman-manager",
|
||||||
|
"on-click-right": "bluectl power toggle"
|
||||||
|
},
|
||||||
|
|
||||||
"battery": {
|
"battery": {
|
||||||
"interval":2,
|
"interval":2,
|
||||||
"states": {
|
"states": {
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
[user]
|
[user]
|
||||||
email = dylanseandefaoite@gmail.com
|
email = dylanseandefaoite@gmail.com
|
||||||
name = Dylan De Faoite
|
name = Dylan De Faoite
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|||||||
Reference in New Issue
Block a user