.
This commit is contained in:
parent
41356dbf67
commit
61076ebe2b
2 changed files with 4 additions and 3 deletions
|
@ -75,6 +75,7 @@
|
||||||
;; ("CHICKEN_INSTALL_REPOSITORY" . "$XDG_DATA_HOME/chicken/eggs")
|
;; ("CHICKEN_INSTALL_REPOSITORY" . "$XDG_DATA_HOME/chicken/eggs")
|
||||||
;; ("CHICKEN_REPOSITORY_PATH" . "$HOME/.guix-home/profile/var/lib/chicken/11/:$XDG_DATA_HOME/chicken/eggs")
|
;; ("CHICKEN_REPOSITORY_PATH" . "$HOME/.guix-home/profile/var/lib/chicken/11/:$XDG_DATA_HOME/chicken/eggs")
|
||||||
;; ("CHICKEN_INSTALL_PREFIX" . "$HOME/.local")
|
;; ("CHICKEN_INSTALL_PREFIX" . "$HOME/.local")
|
||||||
|
("XCURSOR_SIZE" . "48")
|
||||||
))
|
))
|
||||||
(simple-service 'ziltis-home-files-service
|
(simple-service 'ziltis-home-files-service
|
||||||
home-files-service-type
|
home-files-service-type
|
||||||
|
|
|
@ -22,9 +22,6 @@ set $term kitty
|
||||||
|
|
||||||
### Appearance
|
### Appearance
|
||||||
|
|
||||||
# output scaling
|
|
||||||
output eDP-1 scale 1.25
|
|
||||||
|
|
||||||
# borders
|
# borders
|
||||||
hide_edge_borders --i3 smart
|
hide_edge_borders --i3 smart
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
|
@ -71,6 +68,9 @@ scratchpad_minimize disable
|
||||||
#
|
#
|
||||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
|
|
||||||
|
output eDP-1 scale 1.25
|
||||||
|
output HDMI-A-1 res 3840x2160 scale 1.2
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#
|
#
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
|
|
Loading…
Reference in a new issue