changes
This commit is contained in:
parent
d8db7df64e
commit
c9a024840b
20 changed files with 301 additions and 70 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# underline-offset=<font metrics>
|
||||
# underline-thickness=<font underline thickness>
|
||||
# box-drawings-uses-font-glyphs=no
|
||||
dpi-aware=yes
|
||||
# dpi-aware=yes
|
||||
|
||||
# initial-window-size-pixels=700x500 # Or,
|
||||
# initial-window-size-chars=<COLSxROWS>
|
||||
|
|
|
|||
|
|
@ -288,9 +288,6 @@ gaps inner 12
|
|||
gaps outer 0
|
||||
|
||||
# startup applications
|
||||
exec_always {
|
||||
gsettings set org.gnome.desktop.interface text-scaling-factor 1.5
|
||||
}
|
||||
exec /run/wrappers/bin/gnome-keyring-daemon --start --daemonize
|
||||
exec dbus-sway-environment
|
||||
exec configure-gtk
|
||||
|
|
@ -314,7 +311,7 @@ exec 'sleep 2; swaymsg workspace "$ws8"; swaymsg layout tabbed'
|
|||
exec mako --default-timeout=5000
|
||||
|
||||
# wallpaper
|
||||
output eDP-1 scale 1.5 scale_filter linear
|
||||
output eDP-1 scale 2 scale_filter linear
|
||||
output eDP-1 bg #282a36 solid_color
|
||||
output eDP-1 bg ~/.wallpaper.png center
|
||||
output DP-4 bg #282a36 solid_color
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ in {
|
|||
imports = [
|
||||
./social.nix
|
||||
./signal-work.nix
|
||||
./parsec.nix
|
||||
# ./parsec.nix
|
||||
./rustdesk.nix
|
||||
./thunderbird.nix
|
||||
];
|
||||
|
|
@ -92,7 +92,6 @@ in {
|
|||
# unstable.cura
|
||||
freecad
|
||||
openscad
|
||||
orca-slicer
|
||||
|
||||
(unstable.where-is-my-sddm-theme.override {
|
||||
themeConfig.General = {
|
||||
|
|
@ -110,8 +109,6 @@ in {
|
|||
variants = ["qt5"];
|
||||
})
|
||||
|
||||
# kdePackages.neochat
|
||||
|
||||
dbus-sway-environment
|
||||
ddev-pin.ddev
|
||||
dracula-theme
|
||||
|
|
@ -128,8 +125,10 @@ in {
|
|||
hunspell
|
||||
hunspellDicts.de_DE
|
||||
hunspellDicts.en_US
|
||||
inkscape
|
||||
jmeter
|
||||
libreoffice
|
||||
libsForQt5.qtgraphicaleffects
|
||||
mako
|
||||
mqttui
|
||||
moonlight-qt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue