Skip to content

Commit

Permalink
clipboard sync, flake bump, rust debug ext
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Sep 8, 2024
1 parent 506a84e commit d0503b3
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 66 deletions.
147 changes: 91 additions & 56 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,7 @@
nixcord = {
url = "github:kaylorben/nixcord";
};

clipboard-sync.url = "github:QuarterHeaven/clipboard-sync";
};
}
7 changes: 4 additions & 3 deletions home/editors/vscode/extensions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
# Docker
ms-azuretools.vscode-docker
])
++ [
++ (with pkgs.vscode-extensions; [
# Rust
pkgs.vscode-extensions.rust-lang.rust-analyzer
]
rust-lang.rust-analyzer
vadimcn.vscode-lldb
])
++ [
# Theme
(pkgs.catppuccin-vsc.override {
Expand Down
14 changes: 7 additions & 7 deletions home/programs/wayland/hyprland/rules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@
"opacity 0.80 0.70, class:^(vesktop)$"
"opacity 0.80 0.70, title:^(Spotify( Premium)?)$"

# Games
"workspace name:Gaming silent, class:gamescope"
"workspace name:Gaming silent, initialclass:^(steam_app_)(.*)$"
"immediate, initialclass:^(steam_app_)(.*)$"
"fullscreen, initialclass:^(steam_app_)(.*)$"
"renderunfocused, initialclass:^(steam_app_)(.*)$"

# make Firefox PiP window floating and sticky
"float, title:^(Picture-in-Picture)$"
"pin, title:^(Picture-in-Picture)$"
Expand All @@ -66,6 +59,13 @@
# Steam
"workspace 10 silent, class:^(steam)"

# Games
"workspace name:Gaming, class:gamescope"
"workspace name:Gaming, initialclass:^(steam_app_)(.*)$"
"immediate, initialclass:^(steam_app_)(.*)$"
"fullscreen, initialclass:^(steam_app_)(.*)$"
"renderunfocused, initialclass:^(steam_app_)(.*)$"

# idle inhibit while watching videos
"idleinhibit focus, class:^(mpv|.+exe|celluloid)$"
"idleinhibit focus, class:^(firefox)$, title:^(.*YouTube.*)$"
Expand Down
Loading

0 comments on commit d0503b3

Please sign in to comment.