stuff
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"workbench.iconTheme": "Monokai Pro Light Icons",
|
||||
"workbench.iconTheme": "Monokai Pro Icons",
|
||||
"editor.fontFamily": "JetBrains Mono Semibold, Fira Code, Menlo, Monaco, 'Courier New', monospace",
|
||||
"editor.fontSize": 18,
|
||||
"editor.fontWeight": "normal",
|
||||
@@ -8,7 +8,6 @@
|
||||
"editor.minimap.renderCharacters": false,
|
||||
"editor.suggestSelection": "first",
|
||||
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
||||
"window.titleBarStyle": "custom",
|
||||
"workbench.sideBar.location": "right",
|
||||
//
|
||||
// Excluded files and directories
|
||||
@@ -27,6 +26,7 @@
|
||||
// File associations with languages
|
||||
"files.associations": {
|
||||
"*.pgpass": "yaml",
|
||||
"apple-app-site-association": "json"
|
||||
},
|
||||
//
|
||||
// Settings Sync
|
||||
@@ -136,4 +136,8 @@
|
||||
"workbench.editor.editorActionsLocation": "hidden",
|
||||
"editor.overtypeCursorStyle": "block-outline",
|
||||
"editor.cursorStyle": "block",
|
||||
"workbench.experimental.modernUI": true,
|
||||
"extensions.supportAgentsWindow": {
|
||||
"monokai.theme-monokai-pro-vscode": true
|
||||
},
|
||||
}
|
||||
@@ -48,7 +48,8 @@ bindings = [
|
||||
[keyboard]
|
||||
bindings = [
|
||||
{ key = "Back", mods = "Control", chars = "\u001b\u007f"},
|
||||
{ key = "N", mods = "Control", action = "SpawnNewInstance" }
|
||||
{ key = "N", mods = "Control", action = "SpawnNewInstance" },
|
||||
{ key = "Return", mods = "Shift", chars = "\u001B\r"}
|
||||
]
|
||||
|
||||
[scrolling]
|
||||
|
||||
@@ -16,5 +16,5 @@ hl.on("hyprland.start", function ()
|
||||
hl.exec_cmd("localsend", { workspace = workspaces.special.files .. " silent"})
|
||||
|
||||
hl.exec_cmd("ratbagctl list")
|
||||
hl.exec_cmd("~/code/ha-notifications/ha-notifications")
|
||||
-- hl.exec_cmd("~/code/ha-notifications/ha-notifications")
|
||||
end)
|
||||
@@ -1,4 +1,5 @@
|
||||
local programs = require("hyprland.variables.programs")
|
||||
local monitors = require("hyprland.variables.monitors")
|
||||
|
||||
hl.config({
|
||||
binds = {
|
||||
@@ -66,7 +67,7 @@ local order = { workspaces.special.term, workspaces.special.social, workspaces.s
|
||||
for i, workspace in ipairs(order) do
|
||||
local specialWorkspace = string.match(workspace, "special:(.+)")
|
||||
local fkey = 12 - (i - 1)
|
||||
hl.bind(mainMod .. " + F" .. fkey, hl.dsp.focus({ monitor = "DP-1"}))
|
||||
hl.bind(mainMod .. " + F" .. fkey, hl.dsp.focus({ monitor = monitors.primary }))
|
||||
hl.bind(mainMod .. " + F" .. fkey, hl.dsp.workspace.toggle_special(specialWorkspace))
|
||||
hl.bind(mainMod .. " + SHIFT + F" .. fkey, hl.dsp.window.move({ workspace = workspace }))
|
||||
end
|
||||
|
||||
@@ -116,3 +116,10 @@ hl.window_rule({
|
||||
stay_focused = true,
|
||||
dim_around = true,
|
||||
})
|
||||
|
||||
hl.window_rule({
|
||||
name = "float-uxplay",
|
||||
match = { class = "GStreamer", title = "Pauls PC" },
|
||||
|
||||
float = true
|
||||
})
|
||||
@@ -14,9 +14,9 @@ end
|
||||
|
||||
|
||||
|
||||
-- Set gaps for special workspaces
|
||||
-- Set gaps for special workspaces and assign to primary monitor
|
||||
for _, workspace in pairs(workspaces.special) do
|
||||
hl.workspace_rule({ workspace = workspace, gaps_out = 64 })
|
||||
hl.workspace_rule({ workspace = workspace, gaps_out = 64, monitor = monitors.primary })
|
||||
end
|
||||
|
||||
-- Configure layouts
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
local M = {}
|
||||
|
||||
M.primary = "DP-1"
|
||||
M.secondary = "DP-2"
|
||||
M.primary = "DP-2"
|
||||
M.secondary = "DP-1"
|
||||
|
||||
M.tv = "HDMI-A-1"
|
||||
|
||||
|
||||
1
.config/systemd/user/default.target.wants/playerctld.service
Symbolic link
1
.config/systemd/user/default.target.wants/playerctld.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/paul/.config/systemd/user/playerctld.service
|
||||
9
.config/systemd/user/homeassistant.service
Normal file
9
.config/systemd/user/homeassistant.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description="Homeassistant utilities, such as notifications."
|
||||
|
||||
[Service]
|
||||
ExecStart=
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
9
.config/systemd/user/playerctld.service
Normal file
9
.config/systemd/user/playerctld.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=MPRIS proxy daemon for playerctl
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/playerctld
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
13
.config/systemd/user/uxplay.service
Normal file
13
.config/systemd/user/uxplay.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=AirPlay Unix mirroring server
|
||||
Requires=avahi-daemon
|
||||
After=avahi-daemon
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=uxplay
|
||||
Restart=on-failure
|
||||
#StandardOutput=file:%h/uxplay.log
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -1,3 +1,4 @@
|
||||
n "Pauls PC"
|
||||
nh
|
||||
fps 60
|
||||
p 7000
|
||||
|
||||
@@ -13,5 +13,34 @@
|
||||
"imports": [
|
||||
"appeareance.jsonc",
|
||||
"general.jsonc"
|
||||
]
|
||||
],
|
||||
"providers": {
|
||||
"@HarshNarayanJha/store.vicinae.timer": {
|
||||
"preferences": {
|
||||
"presets": "1m,2m,5m,10m"
|
||||
}
|
||||
},
|
||||
"@gebeto/store.raycast.translate": {
|
||||
"entrypoints": {
|
||||
"instant-translate-copy": {
|
||||
"enabled": false
|
||||
},
|
||||
"instant-translate-paste": {
|
||||
"enabled": false
|
||||
},
|
||||
"instant-translate-view": {
|
||||
"enabled": false
|
||||
},
|
||||
"quick-translate": {
|
||||
"enabled": false
|
||||
},
|
||||
"translate-form": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"@nikbpetrov/store.vicinae.it-tools": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"layer": "top",
|
||||
"output": "DP-1",
|
||||
"output": "DP-2",
|
||||
"modules-left": [
|
||||
"custom/power",
|
||||
"hyprland/workspaces",
|
||||
@@ -29,7 +29,7 @@
|
||||
"format": "{}",
|
||||
"return-type": "json",
|
||||
"interval": 1,
|
||||
"on-click": "pidof hypridle >/dev/null && killall hypridle || hyprctl dispatch exec hypridle"
|
||||
"on-click": "pidof hypridle >/dev/null && killall hypridle || hyprctl --instance 0 eval 'hl.exec_cmd(\"hypridle\")'"
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"format": "{name}",
|
||||
|
||||
Reference in New Issue
Block a user