Author: Honza Pokorny <me@honza.ca>
i3/sway things
i3/config | 16 ++++++++++++----
diff --git a/i3/config b/i3/config index 153fca0c43d47d168cbfd178303ae0f422c42220..6249ec7829332f99f134ba9f36629ad4a2246fb3 100644 --- a/i3/config +++ b/i3/config @@ -132,6 +132,7 @@ } # class border backgr. text indicator child_border client.focused #333333 #333333 #ffffff #2e9ef4 #285577 +default_border none bindsym $mod+r mode "resize" @@ -145,7 +146,8 @@ # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { position top - status_command i3status -c ~/.i3/i3status.conf | ~/.i3/i3status.py + swaybar_command waybar + # status_command i3status -c ~/.i3/i3status.conf | ~/.i3/i3status.py # status_command ~/bin/i3status-rs ~/dotfiles/i3/i3bar.toml font pango:Monoid 8 @@ -178,13 +180,19 @@ # keyboard doesn't work with wayland because it contains x11-specific settings # exec keyboard # mako gives you notifications (it's a dunst replacement) -exec mako +exec_always mako # For the built-in laptop keyboard, turn capslock into ctrl input 1:1:AT_Translated_Set_2_keyboard { + + # ------ WARNING ------ + # Do not set this to "cs", it's a Russian keyboard + # Use "cz" for the Czech keyboard + # + xkb_layout us xkb_options ctrl:nocaps } -exec swayidle -w \ +exec_always swayidle -w \ timeout 600 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' \ No newline at end of file + resume 'swaymsg "output * dpms on"'