conf/sway/config.d: retab

This commit is contained in:
Aminda Suomalainen 2023-02-14 14:23:27 +02:00
parent 74a72aab0b
commit 405127fb72
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
8 changed files with 60 additions and 60 deletions

View File

@ -30,19 +30,19 @@ set $br_violet #bd96fa
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
#bar {
# font pango:DejaVu Sans Mono 10
#mode hide
# status_command i3status --config ~/.config/i3/i3status.conf
# font pango:DejaVu Sans Mono 10
#mode hide
# status_command i3status --config ~/.config/i3/i3status.conf
# colors {
# separator $blue
# background $bg
# statusline $br_white
# focused_workspace $green $green $bg
# active_workspace $cyan $blue $black
# inactive_workspace $black $black $fg
# urgent_workspace $yellow $yellow $black
# }
# colors {
# separator $blue
# background $bg
# statusline $br_white
# focused_workspace $green $green $bg
# active_workspace $cyan $blue $black
# inactive_workspace $black $black $fg
# urgent_workspace $yellow $yellow $black
# }
#}
# clientclass border backgr. text indicator

View File

@ -4,17 +4,17 @@
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
position top
#i3status
status_command i3status-rs /home/mikaela/.config/i3status-rs/config.toml
#i3status
status_command i3status-rs /home/mikaela/.config/i3status-rs/config.toml
colors {
#statusline #ffffff
statusline $br_white
#background #323232
background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg
}
colors {
#statusline #ffffff
statusline $br_white
#background #323232
background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg
}
}

View File

@ -4,17 +4,17 @@
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
position top
#i3status
status_command i3status
#i3status
status_command i3status
colors {
#statusline #ffffff
statusline $br_white
#background #323232
background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg
}
colors {
#statusline #ffffff
statusline $br_white
#background #323232
background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg
}
}

View File

@ -5,8 +5,8 @@
# I am not sure Wayland recognises terminate, but here it is anyway.
input "type:keyboard" {
xkb_layout fi,us,epo,ru
xkb_variant ,altgr-intl,,phonetic_winkeys
xkb_numlock enable
xkb_options grp:alt_shift_toggle,shift:both_capslock,caps:backspace,nbsp:none,terminate:ctrl_alt_bksp,compose:menu
}
xkb_layout fi,us,epo,ru
xkb_variant ,altgr-intl,,phonetic_winkeys
xkb_numlock enable
xkb_options grp:alt_shift_toggle,shift:both_capslock,caps:backspace,nbsp:none,terminate:ctrl_alt_bksp,compose:menu
}

View File

@ -6,7 +6,7 @@
# counter-productive
input "type:pointer" {
#accel_profile adaptive
accel_profile flat
pointer_accel 0
}
#accel_profile adaptive
accel_profile flat
pointer_accel 0
}

View File

@ -4,18 +4,18 @@
#
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
position top
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%z/%Z: %G-W%V-%u / %Y-%j / %a %d. %B %Y | %F %H:%M:%S';do sleep 1; done
colors {
#statusline #ffffff
statusline $br_white
#background #323232
background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg
}
colors {
#statusline #ffffff
statusline $br_white
#background #323232
background $bg
#inactive_workspace #32323200 #32323200 #5c5c5c
inactive_workspace $black $black $fg
}
}

View File

@ -5,7 +5,7 @@
# when resumed. It will also lock your screen before your computer goes to
# sleep.
exec swayidle -w \
timeout 300 "\"$ScreenLockCmd\"" \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep "\"$ScreenLockCmd\""
timeout 300 "\"$ScreenLockCmd\"" \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep "\"$ScreenLockCmd\""

View File

@ -1,3 +1,3 @@
bar {
swaybar_command waybar
swaybar_command waybar
}