Compare commits

...

3 commits

Author SHA1 Message Date
7075dad396
switch back to foot 2025-02-11 19:03:22 -08:00
856382b4e4
neotree 2025-02-11 19:03:13 -08:00
14a30c4cb0
iosevkaterm 2025-02-11 19:03:04 -08:00
4 changed files with 14 additions and 13 deletions

View file

@ -1,4 +1,4 @@
font=Iosevka Nerd Font:size=10 font=IosevkaTerm Nerd Font:size=10
dpi-aware=yes dpi-aware=yes
pad=4x2 center pad=4x2 center

View file

@ -8,6 +8,7 @@ return {
wk.add({ wk.add({
{ '<leader>f', group = 'find' }, { '<leader>f', group = 'find' },
{ '<leader>h', group = 'help' }, { '<leader>h', group = 'help' },
{ '<leader>e', group = 'explore' },
}) })
end, end,
} }

View file

@ -12,7 +12,6 @@ return {
"MunifTanjim/nui.nvim", "MunifTanjim/nui.nvim",
}, },
keys = { keys = {
{ '<leader>e', group = 'neotree' },
{ '<leader>ee', ':Neotree toggle<CR>', desc='toggle' }, { '<leader>ee', ':Neotree toggle<CR>', desc='toggle' },
} }
} }

View file

@ -1,16 +1,18 @@
#!/bin/sh #!/bin/sh
# Variables # Variables
# term="foot" term="foot"
# term_client="footclient" term_client="footclient"
# term_float="foot --app-id=float -w 1120x700" term_float="foot --app-id=float -w 1120x700"
term="kitty" # term="kitty"
term_client="kitty" # term_client="kitty"
term_float="kitty --app-id=float -w 1120x700" # term_float="kitty --app-id=float -w 1120x700"
browser="firefox" browser="firefox"
email="thunderbird" email="thunderbird"
emacs="emacsclient --create-frame --alternate-editor='emacs'" emacs="emacsclient --create-frame --alternate-editor='emacs'"
mod=Super mod=Super
books="$HOME/.local/bin/books.sh"
papers="$HOME/.local/bin/papers.sh"
wobsock=$XDG_RUNTIME_DIR/wob.sock wobsock=$XDG_RUNTIME_DIR/wob.sock
rm -f $wobsock && mkfifo $wobsock && tail -f $wobsock | wob & rm -f $wobsock && mkfifo $wobsock && tail -f $wobsock | wob &
@ -21,8 +23,8 @@ riverctl map normal $mod+Shift Return spawn $term
riverctl map normal $mod Semicolon spawn fuzzel riverctl map normal $mod Semicolon spawn fuzzel
riverctl map normal $mod BracketRight spawn "$browser" riverctl map normal $mod BracketRight spawn "$browser"
riverctl map normal $mod T spawn "$email" riverctl map normal $mod T spawn "$email"
riverctl map normal $mod Z spawn "books.sh" riverctl map normal $mod Z spawn "$books"
riverctl map normal $mod Y spawn "papers.sh" riverctl map normal $mod Y spawn "$papers"
riverctl map normal $mod E spawn "$emacs" riverctl map normal $mod E spawn "$emacs"
riverctl map normal $mod+Control O spawn "swaylock" riverctl map normal $mod+Control O spawn "swaylock"
@ -152,7 +154,7 @@ scratch_tag=$((1 << 20))
riverctl map normal $mod Slash toggle-focused-tags $scratch_tag riverctl map normal $mod Slash toggle-focused-tags $scratch_tag
riverctl map normal $mod+Shift Slash set-view-tags $scratch_tag riverctl map normal $mod+Shift Slash set-view-tags $scratch_tag
riverctl map normal $mod+Control Slash toggle-view-tags $scratch_tag riverctl map normal $mod+Control Slash toggle-view-tags $scratch_tag
riverctl map normal $mod S spawn $term_float riverctl map normal $mod S spawn "$term_float"
riverctl rule-add -app-id float float riverctl rule-add -app-id float float
# SSD (so GTK apps show border) # SSD (so GTK apps show border)
@ -170,7 +172,6 @@ riverctl rule-add -app-id com.github.xournalpp.xournalpp ssd
# spawn stuff # spawn stuff
pgrep wbg || wbg ~/.config/wallpaper.png & pgrep wbg || wbg ~/.config/wallpaper.png &
wlr-randr --output eDP-1 --scale 1.25 wlr-randr --output eDP-1 --scale 1.25
# pgrep yambar || yambar &
pgrep waybar || waybar & pgrep waybar || waybar &
# mako stuff # mako stuff
@ -182,7 +183,7 @@ riverctl map normal $mod+Shift D spawn 'makoctl dismiss --all'
blueman-applet & blueman-applet &
# foot server # foot server
# foot --server & # TODO: figure out systemd service foot --server & # TODO: figure out systemd service
# pianobar # pianobar
riverctl map normal $mod+Shift S spawn '~/.config/pianobar/change_station.sh' riverctl map normal $mod+Shift S spawn '~/.config/pianobar/change_station.sh'