add cosmic configuration to the dotfiles

This commit is contained in:
Morgan McMillian 2024-08-16 13:40:39 -07:00
parent 2b9d8f2213
commit 6d122f187c
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
(
modifiers: [
Alt,
],
key: "Space",
): System(Launcher),
(
modifiers: [
Super,
],
): Disable,
(
modifiers: [
Super,
],
key: "Return",
): Spawn("cosmic-term"),
(
modifiers: [
Super,
],
key: "l",
): System(LockScreen),
}

View file

@ -61,3 +61,10 @@
src: "{{ dotfiles_config_dir }}/starship.toml"
dest: "{{ config_dir }}/starship.toml"
state: link
# .config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom
- name: Link custom cosmic config
ansible.builtin.file:
src: "{{ dotfiles_config_dir }}/cosmic"
dest: "{{ config_dir }}/cosmic"
state: link