Compare commits

...

2 Commits

Author SHA1 Message Date
447d81051f
config.yaml: add generic profile for dotdrop
dotdrop wants to use a profile for each system it is deployed. We
want to use some common settings on all hosts without having to c-
reate a profile for each.
2022-04-25 16:47:10 +03:00
bb3f0556ee dotfiles/config/sway/config: calculator floating
As of GNOME 42 this application ID changed.
2022-04-22 15:05:33 +03:00
2 changed files with 6 additions and 2 deletions

View File

@ -61,6 +61,11 @@ dotfiles:
src: config/systemd/user/geoclue-agent.service src: config/systemd/user/geoclue-agent.service
dst: ~/.config/systemd/user/geoclue-agent.service dst: ~/.config/systemd/user/geoclue-agent.service
profiles: profiles:
everywhere:
- d_vim
- f_vimrc
- f_tmux.conf
- f_zshrc
balozi: balozi:
dotfiles: dotfiles:
- d_vim - d_vim
@ -80,7 +85,6 @@ profiles:
- f_psqlrc - f_psqlrc
- f_pam_environment - f_pam_environment
- f_xdg_desktop_portal_wlr_config - f_xdg_desktop_portal_wlr_config
- f_geoclue-agent.service
knafeh: knafeh:
dotfiles: dotfiles:
- d_vim - d_vim

View File

@ -32,7 +32,7 @@ assign [app_id="Alacritty"] 2
assign [app_id="foot"] 2 assign [app_id="foot"] 2
assign [app_id="geary"] 3 assign [app_id="geary"] 3
assign [app_id="thunderbird"] 3 assign [app_id="thunderbird"] 3
for_window [app_id="gnome-calculator"] floating enable for_window [app_id="org.gnome.Calculator"] floating enable
for_window [app_id="firefox" title="About Firefox"] floating enable for_window [app_id="firefox" title="About Firefox"] floating enable
for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable; sticky enable for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable; sticky enable
# Send the sharing indicator in Chrome and Firefox to the scratchpad # Send the sharing indicator in Chrome and Firefox to the scratchpad