summaryrefslogtreecommitdiff
path: root/dotfiles/.config/cosmic/com.system76.CosmicComp/v1
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/cosmic/com.system76.CosmicComp/v1')
-rw-r--r--dotfiles/.config/cosmic/com.system76.CosmicComp/v1/appearance_settings5
-rw-r--r--dotfiles/.config/cosmic/com.system76.CosmicComp/v1/autotile1
-rw-r--r--dotfiles/.config/cosmic/com.system76.CosmicComp/v1/autotile_behavior1
-rw-r--r--dotfiles/.config/cosmic/com.system76.CosmicComp/v1/cursor_follows_focus1
-rw-r--r--dotfiles/.config/cosmic/com.system76.CosmicComp/v1/focus_follows_cursor1
-rw-r--r--dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad16
-rw-r--r--dotfiles/.config/cosmic/com.system76.CosmicComp/v1/workspaces6
-rw-r--r--dotfiles/.config/cosmic/com.system76.CosmicComp/v1/xkb_config9
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