You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# vim: ft=i3
|
|
|
|
bar 1 {
|
|
|
|
output eDP-1
|
|
|
|
# Breeze is broken as of 2022-01-18
|
|
|
|
icon_theme "Adwaita"
|
|
|
|
}
|
|
|
|
|
|
|
|
bindsym --no-repeat $mod+Shift+w exec ensure-lvup /opt/virt-session/viewer Windows
|
|
|
|
bindsym --no-repeat $mod+Shift+1 output eDP-1 mode 1920x1080
|
|
|
|
bindsym --no-repeat $mod+Shift+2 output eDP-1 mode --custom 1280x720
|
|
|
|
|
|
|
|
bindsym --no-repeat $mod+Shift+Return exec wezterm
|
|
|
|
|
|
|
|
for_window [app_id="virt-viewer"] inhibit_idle open
|
|
|
|
|
|
|
|
# Chromium < 98 broken with wlroots >= 0.15. This includes any Electron < 17 app
|
|
|
|
# and presumably NW.js as well.
|
|
|
|
xwayland enable
|
|
|
|
|