Compare commits
No commits in common. "8d6b94c5bb3f497cfcfff89458b4d290b61fba89" and "dd7a86f85112b6a5ab2a3ed5d0779244d380fdba" have entirely different histories.
8d6b94c5bb
...
dd7a86f851
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
current
|
current
|
||||||
home-config/sway/monitors
|
|
||||||
|
|
|
@ -27,6 +27,13 @@
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
# # "Hello, world!" when run.
|
# # "Hello, world!" when run.
|
||||||
# pkgs.hello
|
# pkgs.hello
|
||||||
|
firefox
|
||||||
|
dejavu_fonts
|
||||||
|
cantarell-fonts
|
||||||
|
liberation_ttf
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk
|
||||||
|
noto-fonts-emoji
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
|
|
|
@ -314,10 +314,10 @@ exec syncthing serve --no-browser
|
||||||
|
|
||||||
# Force various windows to be floating
|
# Force various windows to be floating
|
||||||
# Firefox PIP YT Player
|
# Firefox PIP YT Player
|
||||||
for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable, resize set 578 326, border none, sticky enable
|
for_window [app_id="firefox-default" title="^Picture-in-Picture$"] floating enable, resize set 578 326, border none, sticky enable
|
||||||
# Duo 2FA
|
# Duo 2FA
|
||||||
for_window [app_id="firefox" title="^Activate Security Key — Mozilla Firefox$"] floating enable
|
for_window [app_id="firefox-default" title="^Activate Security Key — Mozilla Firefox$"] floating enable
|
||||||
for_window [app_id="firefox" title="^Firefox — Sharing Indicator$"] floating enable, resize set 18 52, border none, move position center, move y 0px
|
for_window [app_id="firefox-default" title="^Nightly — Sharing Indicator$"] floating enable, resize set 18 52, border none, move position center, move y 0px
|
||||||
# Qjackctl
|
# Qjackctl
|
||||||
for_window [app_id="qjackctl"] floating enable
|
for_window [app_id="qjackctl"] floating enable
|
||||||
# Weather Window
|
# Weather Window
|
||||||
|
|
|
@ -134,7 +134,6 @@
|
||||||
"libvirt"
|
"libvirt"
|
||||||
"virt-manager"
|
"virt-manager"
|
||||||
"wireplumber"
|
"wireplumber"
|
||||||
"wireshark"
|
|
||||||
"zsh"))
|
"zsh"))
|
||||||
(list my-ca-certs xdg-desktop-portal-wlr-new swaylock-effects-new)
|
(list my-ca-certs xdg-desktop-portal-wlr-new swaylock-effects-new)
|
||||||
%my-base-packages ))
|
%my-base-packages ))
|
||||||
|
@ -188,10 +187,6 @@
|
||||||
;(specification->package "swaylock-effects")
|
;(specification->package "swaylock-effects")
|
||||||
swaylock-effects-new
|
swaylock-effects-new
|
||||||
"/bin/swaylock"))
|
"/bin/swaylock"))
|
||||||
(file-like->setuid-program
|
|
||||||
(file-append
|
|
||||||
(specification->package "wireshark")
|
|
||||||
"/bin/dumpcap"))
|
|
||||||
(file-like->setuid-program
|
(file-like->setuid-program
|
||||||
(file-append
|
(file-append
|
||||||
(specification->package "opendoas")
|
(specification->package "opendoas")
|
||||||
|
|
Loading…
Reference in a new issue