mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
flake update and minor fixes
This commit is contained in:
parent
552ed08cbf
commit
747b917732
8 changed files with 35 additions and 24 deletions
|
@ -49,7 +49,7 @@
|
|||
"mako/do-not-disturb.sh".text = ''
|
||||
if [[ $(makoctl mode) = 'default' ]];then
|
||||
notify-send 'Enabled Do Not Disturb mode'
|
||||
sleep 5
|
||||
sleep 3
|
||||
makoctl mode -s do-not-disturb
|
||||
else
|
||||
makoctl mode -s default
|
||||
|
|
|
@ -136,7 +136,7 @@ binde = SHIFT, XF86AudioLowerVolume, exec, pactl set-source-volume @DEFAULT_SOUR
|
|||
bind = ,XF86Messenger, exec, makoctl dismiss
|
||||
bind = SHIFT ,XF86Messenger, exec, makoctl restore
|
||||
bind = ,XF86Go, exec, makoctl invoke
|
||||
bind = ,XF86Cancel, exec, sh ~/.config/mako/do-not-disturb.sh
|
||||
bind = ,Cancel, exec, sh ~/.config/mako/do-not-disturb.sh
|
||||
bind = ,XF86Display, exec, hyprpaper
|
||||
bind = ,XF86Favorites, exec, loginctl lock-session
|
||||
bind = ,XF86PowerOff, exec, wlogout
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
substituteInPlace $out/share/applications/wpa_gui.desktop --replace "Name=wpa_gui" "Name=Manage Wifi"
|
||||
'';
|
||||
})) # manage wifi
|
||||
cinnamon.nemo
|
||||
pcmanfm
|
||||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue