feat: try relativenumber again
This commit is contained in:
commit
093ae62e7a
3 changed files with 17 additions and 6 deletions
11
eww_laptop/scripts/bar_toggle.sh
Executable file
11
eww_laptop/scripts/bar_toggle.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
ISOPEN=$(eww windows | grep "*bar" | tr -d '*')
|
||||||
|
|
||||||
|
|
||||||
|
if [ "$ISOPEN" = "" ]; then
|
||||||
|
MONITOR=$(hyprctl monitors | grep -B 10 "focused: yes" | grep "ID" | awk -F '(' ' { print $2 } ' | tr -d 'ID ):')
|
||||||
|
eww open bar
|
||||||
|
else
|
||||||
|
eww close "$ISOPEN"
|
||||||
|
fi
|
||||||
|
|
@ -102,9 +102,9 @@ bind=SUPERSHIFT,L,exec, playerctl --all-players -a pause & swaylock -c 000000 &
|
||||||
bind=,XF86AudioMute,exec, $HOME/.config/eww/scripts/toggle-mute
|
bind=,XF86AudioMute,exec, $HOME/.config/eww/scripts/toggle-mute
|
||||||
bind=,XF86AudioLowerVolume,exec, $HOME/.config/eww/scripts/change-volume sink -5%
|
bind=,XF86AudioLowerVolume,exec, $HOME/.config/eww/scripts/change-volume sink -5%
|
||||||
bind=,XF86AudioRaiseVolume,exec, $HOME/.config/eww/scripts/change-volume sink +5%
|
bind=,XF86AudioRaiseVolume,exec, $HOME/.config/eww/scripts/change-volume sink +5%
|
||||||
bind=,XF86AudioPlay,exec, playerctl --player=ncspot,firefox play-pause
|
bind=,XF86AudioPlay,exec, playerctl --player=spotify_player,firefox play-pause
|
||||||
bind=,XF86AudioNext,exec, playerctl --player=ncspot,firefox next
|
bind=,XF86AudioNext,exec, playerctl --player=spotify_player,firefox next
|
||||||
bind=,XF86AudioPrev,exec, playerctl --player=ncspot,firefox previous
|
bind=,XF86AudioPrev,exec, playerctl --player=spotify_player,firefox previous
|
||||||
bind=,XF86MonBrightnessDown,exec, $HOME/.config/eww/scripts/change-brightness brightness 10%-
|
bind=,XF86MonBrightnessDown,exec, $HOME/.config/eww/scripts/change-brightness brightness 10%-
|
||||||
bind=,XF86MonBrightnessUp,exec, $HOME/.config/eww/scripts/change-brightness brightness +10%
|
bind=,XF86MonBrightnessUp,exec, $HOME/.config/eww/scripts/change-brightness brightness +10%
|
||||||
bind=SUPERSHIFT,S,exec, grim -g "$(slurp)" - | swappy -f -
|
bind=SUPERSHIFT,S,exec, grim -g "$(slurp)" - | swappy -f -
|
||||||
|
|
@ -184,5 +184,5 @@ exec-once=nheko
|
||||||
# exec-once=flatpak run --branch=stable --arch=x86_64 --command=/app/bin/schildichat-desktop --file-forwarding chat.schildi.desktop --enable-features=ozonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
# exec-once=flatpak run --branch=stable --arch=x86_64 --command=/app/bin/schildichat-desktop --file-forwarding chat.schildi.desktop --enable-features=ozonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
||||||
exec-once=firefox
|
exec-once=firefox
|
||||||
exec-once=nextcloud
|
exec-once=nextcloud
|
||||||
exec-once=kitty -e ncspot
|
exec-once=kitty spotify
|
||||||
exec-once = copyq --start-server
|
exec-once = copyq --start-server
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@ return {
|
||||||
-- require("vimtex").setup()
|
-- require("vimtex").setup()
|
||||||
vim.cmd("let g:vimtex_quickfix_mode=0")
|
vim.cmd("let g:vimtex_quickfix_mode=0")
|
||||||
vim.cmd("let g:vimtex_view_general_viewer = 'evince'")
|
vim.cmd("let g:vimtex_view_general_viewer = 'evince'")
|
||||||
vim.cmd("let g:vimtex_compiler_method = 'tectonic'")
|
vim.cmd("let g:vimtex_compiler_method = 'latexmk'")
|
||||||
vim.cmd(
|
vim.cmd(
|
||||||
"let g:vimtex_compiler_latexmk = {'options': ['-pdf', '-shell-escape', '-file-line-error', '--extra-mem-bot=10000000', '-synctex=1', '-interaction=nonstopmode',],}"
|
"let g:vimtex_compiler_latexmk = {'options': ['-pdf', '-shell-escape', '-file-line-error', '--extra-mem-bot=10000000', '-synctex=1', '-interaction=nonstopmode',],}"
|
||||||
)
|
)
|
||||||
|
|
@ -118,7 +118,7 @@ return {
|
||||||
["f"] = "close_window",
|
["f"] = "close_window",
|
||||||
},
|
},
|
||||||
position = "right",
|
position = "right",
|
||||||
scan_mode = "deep",
|
scan_mode = "deep",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue