add cosmic configuration to the dotfiles
This commit is contained in:
parent
2b9d8f2213
commit
6d122f187c
2 changed files with 32 additions and 0 deletions
|
@ -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),
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue