Merge branch 'main' into teutat3s-init-fae
This commit is contained in:
commit
a2c3102fae
|
@ -14,7 +14,7 @@ in
|
||||||
home.packages = [
|
home.packages = [
|
||||||
signal-desktop
|
signal-desktop
|
||||||
tdesktop
|
tdesktop
|
||||||
element-desktop-search-fixed
|
element-desktop
|
||||||
irssi
|
irssi
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -18,7 +18,7 @@ bindsym $mod+F2 exec firefox
|
||||||
bindsym $mod+F3 exec $term -e vifm
|
bindsym $mod+F3 exec $term -e vifm
|
||||||
bindsym $mod+Shift+F3 exec gksu $term -e vifm
|
bindsym $mod+Shift+F3 exec gksu $term -e vifm
|
||||||
bindsym $mod+F4 exec nautilus -w
|
bindsym $mod+F4 exec nautilus -w
|
||||||
bindsym $mod+Shift+F4 exec signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
bindsym $mod+Shift+F4 exec signal-desktop
|
||||||
bindsym $mod+F5 exec $term -e 'mocp -C $XDG_CONFIG_DIR/mocp/config'
|
bindsym $mod+F5 exec $term -e 'mocp -C $XDG_CONFIG_DIR/mocp/config'
|
||||||
bindsym $mod+Shift+m exec mu
|
bindsym $mod+Shift+m exec mu
|
||||||
bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf
|
bindsym $mod+Shift+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf
|
||||||
|
|
|
@ -14,9 +14,6 @@ channels: final: prev: {
|
||||||
starship
|
starship
|
||||||
deploy-rs
|
deploy-rs
|
||||||
|
|
||||||
thunderbird
|
|
||||||
firefox-wayland
|
|
||||||
element-desktop-wayland
|
|
||||||
nomad
|
nomad
|
||||||
tdesktop
|
tdesktop
|
||||||
obs-studio
|
obs-studio
|
||||||
|
|
|
@ -58,6 +58,9 @@ let
|
||||||
# experimental wayland in firefox/thunderbird
|
# experimental wayland in firefox/thunderbird
|
||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
|
|
||||||
|
# chromium / electron on wayland: enable ozone (native wayland mode)
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
# Vagrant
|
# Vagrant
|
||||||
VAGRANT_HOME = "${xdg.dataHome}/vagrant";
|
VAGRANT_HOME = "${xdg.dataHome}/vagrant";
|
||||||
VAGRANT_DEFAULT_PROVIDER = "libvirt";
|
VAGRANT_DEFAULT_PROVIDER = "libvirt";
|
||||||
|
|
Loading…
Reference in a new issue