Compare commits

...

5 Commits

Author SHA1 Message Date
Inhji 1e7376fcfd sway: add gaps, add swaylock 2023-10-21 10:08:58 +02:00
Inhji fd797568b0 fix problem with fractional scaling by delegating width calculation of bar to sway 2023-10-21 10:08:27 +02:00
Inhji 61a2c12155 link background folder 2023-10-21 10:07:52 +02:00
Inhji 985e13714e add lockscreen picture 2023-10-21 10:02:30 +02:00
Inhji 45244d7b56 setup lfs 2023-10-21 10:02:20 +02:00
6 changed files with 18 additions and 2 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
media/ filter=lfs diff=lfs merge=lfs -text

View File

@ -8,3 +8,8 @@
defaultBranch = main
[pull]
ff = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

View File

@ -22,7 +22,7 @@ set $MON1 "HDMI-A-1"
# Note: it's recommended that you pass the final command to sway
#set $menu dmenu_path | dmenu | xargs swaymsg exec --
#set $menu wofi --show drun -p Search -n -i -I -W 66% -s $HOME/.config/wofi.css
set $menu tofi-drun --num-results 7 | xargs swaymsg exec --
set $menu tofi-drun | xargs swaymsg exec --
set $dmenu tofi-run | xargs swaymsg exec --
#xwayland disable
@ -56,6 +56,11 @@ output eDP-1 scale 1.2
# This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleep.
exec swayidle -w \
timeout 300 'swaylock -f -c 000000' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 000000'
### Input configuration
#
@ -78,6 +83,7 @@ input "1003:8258:MNT_Reform_Keyboard" {
default_border pixel 2
hide_edge_borders both
gaps inner 8
### Key bindings
#

View File

@ -1,6 +1,6 @@
# dmenu theme
anchor = top
width = 100%
width = 0
height = 34
horizontal = true
font-size = 16

View File

@ -42,3 +42,7 @@
~/.config/lsd/config.yaml:
create: true
path: config/lsd/config.yaml
~/.local/share/backgrounds:
glob: true
create: true
path: media/**

BIN
media/lockscreen.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB