Compare commits
6 Commits
82fbd505f7
...
fda0570594
| Author | SHA1 | Date | |
|---|---|---|---|
| fda0570594 | |||
| d65691457b | |||
| e1160bbdbf | |||
| 84adfe4ae1 | |||
| 9b1ff28245 | |||
| bc784674d2 |
@@ -62,5 +62,5 @@ bindd = SUPER, KP_Begin, Switch to workspace 5, workspace, 5
|
|||||||
bindd = SUPER, KP_Right, Switch to workspace 6, workspace, 6
|
bindd = SUPER, KP_Right, Switch to workspace 6, workspace, 6
|
||||||
bindd = SUPER, KP_Home, Switch to workspace 7, workspace, 7
|
bindd = SUPER, KP_Home, Switch to workspace 7, workspace, 7
|
||||||
bindd = SUPER, KP_Up, Switch to workspace 8, workspace, 8
|
bindd = SUPER, KP_Up, Switch to workspace 8, workspace, 8
|
||||||
bindd = SUPER, kp_Prior, Switch to workspace 9, workspace, 9
|
bindd = SUPER, KP_Prior, Switch to workspace 9, workspace, 9
|
||||||
|
|
||||||
|
|||||||
@@ -30,3 +30,8 @@ input {
|
|||||||
|
|
||||||
# Scroll faster in the terminal
|
# Scroll faster in the terminal
|
||||||
windowrule = scrolltouchpad 1.5, class:Alacritty
|
windowrule = scrolltouchpad 1.5, class:Alacritty
|
||||||
|
|
||||||
|
device {
|
||||||
|
name = pixa3854:00-093a:0274-touchpad
|
||||||
|
sensitivity = 0.0
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
windowrule = workspace name:DataGrip, class:jetbrains-datagrip
|
windowrule = workspace name:DataGrip, class:jetbrains-datagrip
|
||||||
|
|
||||||
# creddy gets some special treatment
|
# creddy gets some special treatment
|
||||||
windowrule = workspace special:creddy, class:creddy
|
# windowrule = workspace special:creddy, class:creddy
|
||||||
windowrule = float, class:creddy
|
windowrule = float, class:creddy
|
||||||
windowrule = size 800 600, class:creddy
|
windowrule = size 800 600, class:creddy
|
||||||
# this just gets ignored when monitor 2 isn't present, which is perfect
|
# this just gets ignored when monitor 2 isn't present, which is perfect
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ ruby_build_opts = "CC=gcc-14 CXX=g++-14"
|
|||||||
[tools]
|
[tools]
|
||||||
chezmoi = "latest"
|
chezmoi = "latest"
|
||||||
cosign = "latest"
|
cosign = "latest"
|
||||||
|
"pipx:modgcli" = "latest"
|
||||||
mold = "latest"
|
mold = "latest"
|
||||||
node = "lts"
|
node = "lts"
|
||||||
rust = "latest"
|
rust = "latest"
|
||||||
@@ -17,6 +18,8 @@ k9s = "latest"
|
|||||||
awscli = "latest"
|
awscli = "latest"
|
||||||
kubectl = "latest"
|
kubectl = "latest"
|
||||||
difftastic = "latest"
|
difftastic = "latest"
|
||||||
|
rg = "latest"
|
||||||
|
duckdb = "latest"
|
||||||
|
|
||||||
[tools."gitlab:tools/setconf"]
|
[tools."gitlab:tools/setconf"]
|
||||||
version = "latest"
|
version = "latest"
|
||||||
@@ -30,3 +33,6 @@ extras = "postgres,odbc"
|
|||||||
[settings.python]
|
[settings.python]
|
||||||
uv_venv_auto = true
|
uv_venv_auto = true
|
||||||
|
|
||||||
|
[settings.pipx]
|
||||||
|
registry_url = "https://gitlab.modg.net/api/v4/groups/10/-/packages/pypi/simple/{}/"
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,9 @@
|
|||||||
"model_parameters": [],
|
"model_parameters": [],
|
||||||
"default_profile": "write"
|
"default_profile": "write"
|
||||||
},
|
},
|
||||||
// "features": {
|
"edit_predictions": {
|
||||||
// "edit_prediction_provider": "none"
|
"mode": "subtle",
|
||||||
// },
|
},
|
||||||
"always_treat_brackets_as_autoclosed": true,
|
"always_treat_brackets_as_autoclosed": true,
|
||||||
"tab_size": 4,
|
"tab_size": 4,
|
||||||
"base_keymap": "SublimeText",
|
"base_keymap": "SublimeText",
|
||||||
5
dot_inputrc
Normal file
5
dot_inputrc
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Ctrl-Backspace: delete previous word
|
||||||
|
"\C-H": backward-kill-word
|
||||||
|
|
||||||
|
# Ctrl-Delete: delete next word
|
||||||
|
"\e[3;5~": kill-word
|
||||||
@@ -4,7 +4,9 @@ sudo pacman -U https://git.jfmonty2.com/jfmonty2/creddy/releases/download/v0.6.5
|
|||||||
sudo pacman -S unixodbc
|
sudo pacman -S unixodbc
|
||||||
sudo pacman -S vulkan-radeon
|
sudo pacman -S vulkan-radeon
|
||||||
sudo pacman -R amdvlk
|
sudo pacman -R amdvlk
|
||||||
|
sudo pacman -S dnsutils
|
||||||
|
|
||||||
yay msodbcsql17
|
yay msodbcsql17
|
||||||
yay wayfreeze-git
|
yay wayfreeze-git
|
||||||
yay heynote-bin
|
yay heynote-bin
|
||||||
|
yay galendae
|
||||||
|
|||||||
Reference in New Issue
Block a user