update
This commit is contained in:
parent
b2f227cd01
commit
a96e85fd71
5 changed files with 41 additions and 1 deletions
13
.config/cosmic/com.system76.CosmicComp/v1/input_touchpad
Normal file
13
.config/cosmic/com.system76.CosmicComp/v1/input_touchpad
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
(
|
||||
state: Enabled,
|
||||
acceleration: Some((
|
||||
profile: Some(Flat),
|
||||
speed: 0.0,
|
||||
)),
|
||||
scroll_config: Some((
|
||||
method: Some(TwoFinger),
|
||||
natural_scroll: Some(false),
|
||||
scroll_button: None,
|
||||
scroll_factor: None,
|
||||
)),
|
||||
)
|
||||
|
|
@ -3,7 +3,17 @@
|
|||
modifiers: [
|
||||
Super,
|
||||
],
|
||||
): System(Launcher),
|
||||
key: "n",
|
||||
description: Some("New Session"),
|
||||
): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh new\""),
|
||||
(
|
||||
modifiers: [
|
||||
Super,
|
||||
Shift,
|
||||
],
|
||||
key: "n",
|
||||
description: Some("New Goland Session"),
|
||||
): Spawn(" zsh -c \"$HOME/.config/scripts/sessions.sh goland-new\""),
|
||||
(
|
||||
modifiers: [],
|
||||
key: "Print",
|
||||
|
|
@ -14,4 +24,9 @@
|
|||
],
|
||||
key: "p",
|
||||
): System(Screenshot),
|
||||
(
|
||||
modifiers: [
|
||||
Super,
|
||||
],
|
||||
): System(Launcher),
|
||||
}
|
||||
8
.config/cosmic/dev.edfloreshz.CosmicTweaks/v1/snapshots
Normal file
8
.config/cosmic/dev.edfloreshz.CosmicTweaks/v1/snapshots
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
(
|
||||
name: "Application opened",
|
||||
kind: System,
|
||||
path: "/home/user/.var/app/dev.edfloreshz.CosmicTweaks/data/dev.edfloreshz.CosmicTweaks/snapshots/Application opened.ron",
|
||||
created: "2025-06-15T12:39:30.046585189",
|
||||
),
|
||||
]
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
isSet() { [ ! -z "${1}" ]; }
|
||||
isNotSet() { [ -z "${1}" ]; }
|
||||
|
||||
set-cred ()
|
||||
{
|
||||
export BW_SESSION="$(bw unlock $(secret-tool lookup drive bitwarden) --raw)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue