mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-24 12:35:34 +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=, XF86MonBrightnessUp, exec, xbacklight -inc 10
|
||||||
bindle=, XF86MonBrightnessDown, exec, xbacklight -dec 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=, XF86AudioRaiseVolume, exec, wpctl set-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"
|
bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_SINK@ 5%-;canberra-gtk-play -i audio-volume-change -d "volumeChange"
|
||||||
bindl=, XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
|
||||||
bindl=, XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ 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=, XF86AudioPlay, exec, playerctl play-pause # the stupid key is called play , but it toggles
|
||||||
bindl=, XF86AudioNext, exec, playerctl next
|
bindl=, XF86AudioNext, exec, playerctl next
|
||||||
|
|
|
||||||
|
|
@ -56,9 +56,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
"clockX": -500,
|
"clockX": 1024,
|
||||||
"clockY": -500,
|
"clockY": 465,
|
||||||
"fixedClockPosition": false,
|
"fixedClockPosition": true,
|
||||||
"hideWhenFullscreen": true,
|
"hideWhenFullscreen": true,
|
||||||
"lockBlur": {
|
"lockBlur": {
|
||||||
"centerClock": true,
|
"centerClock": true,
|
||||||
|
|
@ -77,7 +77,7 @@
|
||||||
"quote": "",
|
"quote": "",
|
||||||
"showClock": true,
|
"showClock": true,
|
||||||
"thumbnailPath": "",
|
"thumbnailPath": "",
|
||||||
"wallpaperPath": ""
|
"wallpaperPath": "/home/dan/.config/hypr/wallpapers/sunflowers.jpg"
|
||||||
},
|
},
|
||||||
"bar": {
|
"bar": {
|
||||||
"autoHide": {
|
"autoHide": {
|
||||||
|
|
@ -121,8 +121,8 @@
|
||||||
"verbose": true,
|
"verbose": true,
|
||||||
"vertical": false,
|
"vertical": false,
|
||||||
"weather": {
|
"weather": {
|
||||||
"city": "",
|
"city": "Aarhus",
|
||||||
"enable": false,
|
"enable": true,
|
||||||
"enableGPS": true,
|
"enableGPS": true,
|
||||||
"fetchInterval": 10,
|
"fetchInterval": 10,
|
||||||
"useUSCS": false
|
"useUSCS": false
|
||||||
|
|
@ -165,7 +165,7 @@
|
||||||
"pinnedOnStartup": false
|
"pinnedOnStartup": false
|
||||||
},
|
},
|
||||||
"hacks": {
|
"hacks": {
|
||||||
"arbitraryRaceConditionDelay": 20
|
"arbitraryRaceConditionDelay": 5
|
||||||
},
|
},
|
||||||
"interactions": {
|
"interactions": {
|
||||||
"deadPixelWorkaround": {
|
"deadPixelWorkaround": {
|
||||||
|
|
@ -224,9 +224,8 @@
|
||||||
"showContentRegions": true
|
"showContentRegions": true
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"engineBaseUrl": "https://www.google.com/search?q=",
|
"engineBaseUrl": "https://kagi.com/search?q=",
|
||||||
"excludedSites": [
|
"excludedSites": [
|
||||||
"quora.com"
|
|
||||||
],
|
],
|
||||||
"nonAppResultDelay": 30,
|
"nonAppResultDelay": 30,
|
||||||
"prefix": {
|
"prefix": {
|
||||||
|
|
|
||||||
2
home.nix
2
home.nix
|
|
@ -116,7 +116,7 @@ in
|
||||||
meslo-lgs-nf
|
meslo-lgs-nf
|
||||||
waybar
|
waybar
|
||||||
chromium
|
chromium
|
||||||
dunst
|
#dunst
|
||||||
sccache
|
sccache
|
||||||
swaybg
|
swaybg
|
||||||
activitywatch
|
activitywatch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue