mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
update builder spec and use wayland for obsidian
This commit is contained in:
parent
fc36506afd
commit
d423650603
2 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,8 @@ in
|
||||||
builders-use-substitutes = true
|
builders-use-substitutes = true
|
||||||
'';
|
'';
|
||||||
buildMachines = [{
|
buildMachines = [{
|
||||||
hostName = "ada";
|
# hostName = "ada";
|
||||||
|
hostName = "141.30.52.34";
|
||||||
sshUser = "builder";
|
sshUser = "builder";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
# if the builder supports building for multiple architectures,
|
# if the builder supports building for multiple architectures,
|
||||||
|
|
|
@ -268,7 +268,7 @@ bindsym $mod+m exec 'alacritty -e neomutt -f "notmuch://?query=tag:unread"'
|
||||||
bindsym $mod+x exec 'swaylock --screenshots --effect-blur 5x5 --effect-greyscale --fade-in 0.5'
|
bindsym $mod+x exec 'swaylock --screenshots --effect-blur 5x5 --effect-greyscale --fade-in 0.5'
|
||||||
|
|
||||||
bindsym $mod+n exec firefox
|
bindsym $mod+n exec firefox
|
||||||
bindsym $mod+o exec obsidian
|
bindsym $mod+o exec obsidian --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland
|
||||||
|
|
||||||
bindsym $mod+Ctrl+Space exec wofi-emoji
|
bindsym $mod+Ctrl+Space exec wofi-emoji
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue