mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(guix): update apps
This commit is contained in:
parent
87124deb8c
commit
e055f895d9
3 changed files with 10 additions and 2 deletions
|
|
@ -293,7 +293,7 @@ bindsym $mod+semicolon mode "apps"
|
|||
|
||||
mode "apps" {
|
||||
bindsym Escape mode "default"
|
||||
bindsym b exec "flatpak run org.mozilla.firefox"; mode default
|
||||
bindsym b exec firefox; mode default
|
||||
bindsym v exec vk-messenger; mode default
|
||||
bindsym s exec "flatpak run com.slack.Slack"; mode default;
|
||||
bindsym d exec "flatpak run com.discordapp.Discord"; mode default;
|
||||
|
|
@ -390,6 +390,7 @@ exec --no-startup-id nm-applet
|
|||
|
||||
# Stuff
|
||||
# exec aw-qt
|
||||
exec "bash ~/bin/aw-start"
|
||||
# exec "vnstatd -d"
|
||||
exec dunst
|
||||
# exec kde-connect-indicator
|
||||
|
|
|
|||
|
|
@ -541,7 +541,7 @@ bindsym $mod+semicolon mode "apps"
|
|||
|
||||
mode "apps" {
|
||||
bindsym Escape mode "default"
|
||||
bindsym b exec "flatpak run org.mozilla.firefox"; mode default
|
||||
bindsym b exec firefox; mode default
|
||||
bindsym v exec vk-messenger; mode default
|
||||
bindsym s exec "flatpak run com.slack.Slack"; mode default;
|
||||
bindsym d exec "flatpak run com.discordapp.Discord"; mode default;
|
||||
|
|
@ -692,6 +692,7 @@ exec --no-startup-id nm-applet
|
|||
|
||||
# Stuff
|
||||
# exec aw-qt
|
||||
exec "bash ~/bin/aw-start"
|
||||
# exec "vnstatd -d"
|
||||
exec dunst
|
||||
# exec kde-connect-indicator
|
||||
|
|
|
|||
6
bin/aw-start
Executable file
6
bin/aw-start
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# [[file:../Guix.org::*ActivityWatch][ActivityWatch:3]]
|
||||
~/bin/activitywatch/aw-server/aw-server &
|
||||
~/bin/activitywatch/aw-watcher-afk/aw-watcher-afk &
|
||||
~/bin/activitywatch/aw-watcher-window/aw-watcher-window &
|
||||
# ActivityWatch:3 ends here
|
||||
Loading…
Add table
Reference in a new issue