chore: 🧹
done tidying up for now
This commit is contained in:
+2
-3
@@ -19,7 +19,6 @@ monitor = DP-2, preferred, auto, 1 # LG DualUpw
|
||||
$terminal = alacritty
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
$editor = nvim
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
@@ -30,7 +29,7 @@ $editor = nvim
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = [workspace 1 silent] $terminal
|
||||
exec-once = [workspace 1 silent] $editor
|
||||
exec-once = [workspace 1 silent] $EDITOR
|
||||
exec-once = [workspace 10] spotify-launcher
|
||||
|
||||
|
||||
@@ -162,7 +161,7 @@ bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, Return, exec, $editor
|
||||
bind = $mainMod, Return, exec, $EDITOR
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
||||
@@ -842,3 +842,24 @@ sudo pacman -S ttf-font-awesome waybar ttf-jetbrains-mono-nerd ttf-nerd-fonts-sy
|
||||
: 1747488571:0;waybar
|
||||
: 1747488811:0;cd ..
|
||||
: 1747488816:0;ga .
|
||||
: 1747488819:0;gc
|
||||
: 1747488882:0;nvim hypr
|
||||
: 1747488917:0;which nvim
|
||||
: 1747489171:0;cd .config/zsh
|
||||
: 1747489172:0;ls
|
||||
: 1747489175:0;ls -la
|
||||
: 1747489185:0;nvim .zshrc
|
||||
: 1747489397:0;hyprctl reload
|
||||
: 1747489447:0;shutdown -r now
|
||||
: 1747490073:0;ls
|
||||
: 1747490078:0;nvim verity
|
||||
: 1747490111:0;cd verity
|
||||
: 1747490114:0;ls -l
|
||||
: 1747490120:0;ls -la
|
||||
: 1747490199:0;cd ../.config/nvim
|
||||
: 1747490204:0;nvim init.lua
|
||||
: 1747490235:0;nvim .
|
||||
: 1747490504:0;nvim verity
|
||||
: 1747490512:0;cd ..
|
||||
: 1747490524:0;cd ../dotfiles
|
||||
: 1747490529:0;ga .
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magent
|
||||
RPROMPT='%F{15}(%F{166}%D{%H:%M}%F{15})%f'
|
||||
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
export EDITOR=~/.local/bin/zed
|
||||
export EDITOR=nvim
|
||||
export GIT_EDITOR=nvim
|
||||
|
||||
# Fixing zsh history problems on multiple terminals
|
||||
|
||||
Reference in New Issue
Block a user