chore(work): nvm going back to sway
This commit is contained in:
parent
d2f80b618c
commit
9684e668b9
@ -7,6 +7,10 @@ if status --is-login
|
|||||||
set -gx EDITOR "nvim"
|
set -gx EDITOR "nvim"
|
||||||
set -x FZF_DEFAULT_OPTS '--height 50% --layout=reverse --border --preview "bat --style=numbers --color=always {}"'
|
set -x FZF_DEFAULT_OPTS '--height 50% --layout=reverse --border --preview "bat --style=numbers --color=always {}"'
|
||||||
fzf --fish | source
|
fzf --fish | source
|
||||||
|
if test -z "$WAYLAND_DISPLAY" && test "$XDG_VTNR" -eq 1
|
||||||
|
set -gx XDG_CURRENT_DESKTOP "sway"
|
||||||
|
sway
|
||||||
|
end
|
||||||
end
|
end
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
alias cb="~/repos/cports/cbuild"
|
alias cb="~/repos/cports/cbuild"
|
||||||
|
@ -4,7 +4,7 @@ exec {
|
|||||||
gsettings set $gnome-schema icon-theme "Reversal-black-dark"
|
gsettings set $gnome-schema icon-theme "Reversal-black-dark"
|
||||||
gsettings set $gnome-schema cursor-theme 'Simp1e-Adw'
|
gsettings set $gnome-schema cursor-theme 'Simp1e-Adw'
|
||||||
gsettings set $gnome-schema font-name 'Cartograph CF 12'
|
gsettings set $gnome-schema font-name 'Cartograph CF 12'
|
||||||
waybar &
|
waybar -c ~/.config/waybar/config.jsonc &
|
||||||
autotiling &
|
autotiling &
|
||||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway DISPLAY
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway DISPLAY
|
||||||
rm -rf ~/tmp/*
|
rm -rf ~/tmp/*
|
||||||
|
@ -3,6 +3,7 @@ for_window [class="vrising.exe"] move to workspace 9
|
|||||||
for_window [shell=".*"] inhibit_idle fullscreen
|
for_window [shell=".*"] inhibit_idle fullscreen
|
||||||
for_window [app_id=".*office.*"] move to workspace 5
|
for_window [app_id=".*office.*"] move to workspace 5
|
||||||
for_window [app_id="WebCord"] move to workspace 6
|
for_window [app_id="WebCord"] move to workspace 6
|
||||||
|
for_window [app_id="discord"] move to workspace 6
|
||||||
for_window [class="WebCord"] move to workspace 6
|
for_window [class="WebCord"] move to workspace 6
|
||||||
for_window [class="Spotify"] move to workspace 4
|
for_window [class="Spotify"] move to workspace 4
|
||||||
for_window [class="Steam"] move to workspace 8
|
for_window [class="Steam"] move to workspace 8
|
||||||
|
@ -53,6 +53,9 @@
|
|||||||
"show_type_hints": true
|
"show_type_hints": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"HTML": {
|
||||||
|
"format_on_save": "off"
|
||||||
|
},
|
||||||
"Python": {
|
"Python": {
|
||||||
"format_on_save": { "language_server": { "name": "ruff" } },
|
"format_on_save": { "language_server": { "name": "ruff" } },
|
||||||
"formatter": { "language_server": { "name": "ruff" } },
|
"formatter": { "language_server": { "name": "ruff" } },
|
||||||
|
Loading…
Reference in New Issue
Block a user