updated yazi conf. nvim completions and latex
This commit is contained in:
@@ -34,14 +34,14 @@ environment {
|
||||
}
|
||||
output "eDP-1" {
|
||||
mode "2880x1800@59.990"
|
||||
scale 1.2
|
||||
scale 1.1
|
||||
position x=0 y=0
|
||||
focus-at-startup
|
||||
}
|
||||
output "HDMI-A-1" {
|
||||
output "DP-4" {
|
||||
mode "2560x1440@59.951"
|
||||
position x=1645 y=0
|
||||
scale 1.0
|
||||
scale 0.8
|
||||
}
|
||||
layout {
|
||||
gaps 2
|
||||
@@ -79,6 +79,7 @@ spawn-at-startup "waybar" "-c" "/home/liph/.config/niri/waybar-niri/config.jsonc
|
||||
spawn-at-startup "swaync"
|
||||
// spawn-at-startup "kanshi"
|
||||
spawn-at-startup "swww-daemon"
|
||||
spawn-at-startup "xwayland-satellite"
|
||||
spawn-at-startup "kitty"
|
||||
spawn-at-startup "librewolf"
|
||||
spawn-at-startup "sh" "-c" "sleep 5 && exec swayidle -w timeout 300 hyprlock timeout 600 'niri msg action power-off-monitors' resume 'niri msg action power-on-monitors' timeout 3600 'systemctl suspend'"
|
||||
@@ -140,35 +141,35 @@ window-rule {
|
||||
window-rule {
|
||||
match app-id="floating_btop"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
proportion 0.6667
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_htop"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
proportion 0.6667
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_bluetui"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
proportion 0.6667
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_pulsemixer"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
proportion 0.6667
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
window-rule {
|
||||
match app-id="floating_wavemon"
|
||||
default-column-width {
|
||||
proportion 0.5
|
||||
proportion 0.6667
|
||||
}
|
||||
open-floating true
|
||||
}
|
||||
@@ -217,6 +218,9 @@ binds {
|
||||
Mod+Mod5+R hotkey-overlay-title="Open Bluetui" {
|
||||
spawn "kitty" "--class" "floating_bluetui" "-e" "bluetui"
|
||||
}
|
||||
Mod+Mod5+T hotkey-overlay-title="Open Wavemon" {
|
||||
spawn "kitty" "--class" "floating_wavemon" "-e" "wavemon"
|
||||
}
|
||||
// Brightness Controll
|
||||
Mod+Ctrl+0 {
|
||||
spawn "sh" "-c" "~/scripts/layer_notify.sh 0"
|
||||
@@ -528,6 +532,10 @@ binds {
|
||||
Mod+Shift+4 {
|
||||
spawn "sh" "-c" "grim -g \"$(slurp)\" - | wl-copy && notify-send -t 2000 'Screenshot' 'Area copied to clipboard'"
|
||||
}
|
||||
// area screenshot → annotate in swappy
|
||||
Mod+Shift+5 {
|
||||
spawn "sh" "-c" "grim -g \"$(slurp)\" - | swappy -f -"
|
||||
}
|
||||
Mod+Escape allow-inhibiting=false {
|
||||
toggle-keyboard-shortcuts-inhibit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user