diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-07 10:53:20 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-07 10:53:20 +0200 |
| commit | 24cf4cd9daea0b45924f8582fd4d6bd5da93444a (patch) | |
| tree | 8f9da80a6e371a3cff6b6e9a0133b495922ca55b /dotfiles/.config/cosmic/com.system76.CosmicComp | |
| parent | ea4542c012f081f1b12f22d04a9a9b0af29dd238 (diff) | |
| download | postinstall-24cf4cd9daea0b45924f8582fd4d6bd5da93444a.tar.gz postinstall-24cf4cd9daea0b45924f8582fd4d6bd5da93444a.tar.bz2 postinstall-24cf4cd9daea0b45924f8582fd4d6bd5da93444a.zip | |
add cosmic config to dotfiles
Diffstat (limited to 'dotfiles/.config/cosmic/com.system76.CosmicComp')
8 files changed, 40 insertions, 0 deletions
diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/appearance_settings b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/appearance_settings new file mode 100644 index 0000000..03a83a9 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/appearance_settings @@ -0,0 +1,5 @@ +( + clip_floating_windows: true, + clip_tiled_windows: true, + shadow_tiled_windows: true, +)
\ No newline at end of file diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/autotile b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/autotile new file mode 100644 index 0000000..f32a580 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/autotile @@ -0,0 +1 @@ +true
\ No newline at end of file diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/autotile_behavior b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/autotile_behavior new file mode 100644 index 0000000..bca87fc --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/autotile_behavior @@ -0,0 +1 @@ +PerWorkspace
\ No newline at end of file diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/cursor_follows_focus b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/cursor_follows_focus new file mode 100644 index 0000000..f32a580 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/cursor_follows_focus @@ -0,0 +1 @@ +true
\ No newline at end of file diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/focus_follows_cursor b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/focus_follows_cursor new file mode 100644 index 0000000..f32a580 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/focus_follows_cursor @@ -0,0 +1 @@ +true
\ No newline at end of file diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad new file mode 100644 index 0000000..d32eb46 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad @@ -0,0 +1,16 @@ +( + state: Enabled, + click_method: Some(Clickfinger), + scroll_config: Some(( + method: Some(TwoFinger), + natural_scroll: None, + scroll_button: None, + scroll_factor: None, + )), + tap_config: Some(( + enabled: true, + button_map: Some(LeftRightMiddle), + drag: true, + drag_lock: false, + )), +)
\ No newline at end of file diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/workspaces b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/workspaces new file mode 100644 index 0000000..6437ce7 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/workspaces @@ -0,0 +1,6 @@ +( + workspace_mode: OutputBound, + workspace_layout: Horizontal, + action_on_typing: r#None, + workspace_wraparound: true, +)
\ No newline at end of file diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/xkb_config b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/xkb_config new file mode 100644 index 0000000..c722662 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/xkb_config @@ -0,0 +1,9 @@ +( + rules: "", + model: "", + layout: "fr", + variant: "us", + options: None, + repeat_delay: 600, + repeat_rate: 25, +)
\ No newline at end of file |
