mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
small fixups
This commit is contained in:
parent
4376d18b55
commit
d56abb50fe
3 changed files with 13 additions and 14 deletions
|
|
@ -326,10 +326,10 @@ bind=SUPER,A,swapactiveworkspaces,current +1
|
|||
bindle=, XF86MonBrightnessUp, exec, xbacklight -inc 10
|
||||
bindle=, XF86MonBrightnessDown, exec, xbacklight -dec 10
|
||||
|
||||
bindle=, XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%;canberra-gtk-play -i audio-volume-change -d "volumeChange"
|
||||
bindle=, XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%;canberra-gtk-play -i audio-volume-change -d "volumeChange"
|
||||
bindl=, XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindl=, XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
bindle=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_SINK@ 5%+;canberra-gtk-play -i audio-volume-change -d "volumeChange"
|
||||
bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_SINK@ 5%-;canberra-gtk-play -i audio-volume-change -d "volumeChange"
|
||||
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
bindl=, XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
bindl=, XF86AudioPlay, exec, playerctl play-pause # the stupid key is called play , but it toggles
|
||||
bindl=, XF86AudioNext, exec, playerctl next
|
||||
|
|
|
|||
|
|
@ -56,9 +56,9 @@
|
|||
}
|
||||
},
|
||||
"background": {
|
||||
"clockX": -500,
|
||||
"clockY": -500,
|
||||
"fixedClockPosition": false,
|
||||
"clockX": 1024,
|
||||
"clockY": 465,
|
||||
"fixedClockPosition": true,
|
||||
"hideWhenFullscreen": true,
|
||||
"lockBlur": {
|
||||
"centerClock": true,
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
"quote": "",
|
||||
"showClock": true,
|
||||
"thumbnailPath": "",
|
||||
"wallpaperPath": ""
|
||||
"wallpaperPath": "/home/dan/.config/hypr/wallpapers/sunflowers.jpg"
|
||||
},
|
||||
"bar": {
|
||||
"autoHide": {
|
||||
|
|
@ -121,8 +121,8 @@
|
|||
"verbose": true,
|
||||
"vertical": false,
|
||||
"weather": {
|
||||
"city": "",
|
||||
"enable": false,
|
||||
"city": "Aarhus",
|
||||
"enable": true,
|
||||
"enableGPS": true,
|
||||
"fetchInterval": 10,
|
||||
"useUSCS": false
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
"pinnedOnStartup": false
|
||||
},
|
||||
"hacks": {
|
||||
"arbitraryRaceConditionDelay": 20
|
||||
"arbitraryRaceConditionDelay": 5
|
||||
},
|
||||
"interactions": {
|
||||
"deadPixelWorkaround": {
|
||||
|
|
@ -224,9 +224,8 @@
|
|||
"showContentRegions": true
|
||||
},
|
||||
"search": {
|
||||
"engineBaseUrl": "https://www.google.com/search?q=",
|
||||
"engineBaseUrl": "https://kagi.com/search?q=",
|
||||
"excludedSites": [
|
||||
"quora.com"
|
||||
],
|
||||
"nonAppResultDelay": 30,
|
||||
"prefix": {
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -116,7 +116,7 @@ in
|
|||
meslo-lgs-nf
|
||||
waybar
|
||||
chromium
|
||||
dunst
|
||||
#dunst
|
||||
sccache
|
||||
swaybg
|
||||
activitywatch
|
||||
|
|
|
|||
Loading…
Reference in a new issue