Updated config
This commit is contained in:
parent
886dde2003
commit
6835ac3463
@ -66,6 +66,7 @@ alias cfg "config"
|
|||||||
alias cls "clear"
|
alias cls "clear"
|
||||||
alias hex "hexdump -C"
|
alias hex "hexdump -C"
|
||||||
alias log "journalctl"
|
alias log "journalctl"
|
||||||
|
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
|
||||||
|
|
||||||
# Close all windows
|
# Close all windows
|
||||||
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"
|
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
font=Ubuntu Nerd Font:size=18
|
font=Ubuntu Nerd Font:size=18
|
||||||
prompt=""
|
prompt=""
|
||||||
lines=10
|
lines=8
|
||||||
width=20
|
width=20
|
||||||
horizontal-pad=16
|
horizontal-pad=16
|
||||||
vertical-pad=8
|
vertical-pad=8
|
||||||
@ -11,3 +11,11 @@ fields=filename,name,generic,exec
|
|||||||
[border]
|
[border]
|
||||||
width=0
|
width=0
|
||||||
radius=10
|
radius=10
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
background=26292cf0
|
||||||
|
text=ffffff30
|
||||||
|
match=ffffff30
|
||||||
|
selection=26292cf0
|
||||||
|
selection-text=ffffffe0
|
||||||
|
selection-match=ffffffff
|
||||||
|
@ -2,4 +2,3 @@ exec-once = waypaper --restore
|
|||||||
exec-once = $statusbar
|
exec-once = $statusbar
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
exec-once = wl-paste --watch cliphist store
|
exec-once = wl-paste --watch cliphist store
|
||||||
exec-once = [workspace special:magic silent;float;size 960 540;center] $terminal
|
|
||||||
|
@ -5,10 +5,11 @@ bind = $main, B, exec, $browser
|
|||||||
bind = $main, D, exec, $editor
|
bind = $main, D, exec, $editor
|
||||||
bind = $main, E, exec, $files
|
bind = $main, E, exec, $files
|
||||||
bind = $main, L, exec, $lockscreen
|
bind = $main, L, exec, $lockscreen
|
||||||
bind = $main, T, exec, $terminal
|
|
||||||
bind = $main, O, exec, pkill $menu || $menu
|
|
||||||
bind = $main, S, exec, pkill $statusbar || $statusbar
|
bind = $main, S, exec, pkill $statusbar || $statusbar
|
||||||
bind = $main SHIFT, T, exec, [float;size 960 540;center] $terminal
|
bind = $main, Super_L, exec, pkill $menu || $menu
|
||||||
|
bind = $main, T, exec, $terminal
|
||||||
|
bind = $main, W, exec, $wallpaper
|
||||||
|
bind = $main, Return, exec, $floating
|
||||||
bind = , Print, exec, $screenshot
|
bind = , Print, exec, $screenshot
|
||||||
|
|
||||||
# Window management
|
# Window management
|
||||||
@ -72,8 +73,8 @@ bind = $main ALT, right, movetoworkspace, +1
|
|||||||
bind = $main ALT, left, movetoworkspace, -1
|
bind = $main ALT, left, movetoworkspace, -1
|
||||||
|
|
||||||
# Special workspace (scratchpad)
|
# Special workspace (scratchpad)
|
||||||
bind = $main, KP_Enter, togglespecialworkspace, magic
|
bind = $main, F9, togglespecialworkspace, magic
|
||||||
bind = $main SHIFT, KP_Enter, movetoworkspace, special:magic
|
bind = $main SHIFT, F9, movetoworkspace, special:magic
|
||||||
|
|
||||||
# Move and resize windows (main + LMB/RMB and drag)
|
# Move and resize windows (main + LMB/RMB and drag)
|
||||||
bindm = $main, mouse:272, movewindow
|
bindm = $main, mouse:272, movewindow
|
||||||
|
@ -7,4 +7,7 @@ $menu = fuzzel
|
|||||||
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
$screenshot = IMG=~/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png && grim -g "$(slurp -d)" $IMG && wl-copy < $IMG
|
||||||
$statusbar = waybar
|
$statusbar = waybar
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
|
$wallpaper = waypaper
|
||||||
|
|
||||||
|
$floating = [float;size 960 540;center] $terminal
|
||||||
$editor = $terminal -e nvim
|
$editor = $terminal -e nvim
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"nvim-lspconfig": { "branch": "master", "commit": "d67715d3b746a19e951b6b0a99663fa909bb9e64" },
|
"nvim-lspconfig": { "branch": "master", "commit": "d67715d3b746a19e951b6b0a99663fa909bb9e64" },
|
||||||
"nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" },
|
"nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" },
|
||||||
"nvim-tree.lua": { "branch": "master", "commit": "f7c09bd72e50e1795bd3afb9e2a2b157b4bfb3c3" },
|
"nvim-tree.lua": { "branch": "master", "commit": "f7c09bd72e50e1795bd3afb9e2a2b157b4bfb3c3" },
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "c28396de30b92a5af049037c2bd543a932a37a78" },
|
"nvim-treesitter": { "branch": "master", "commit": "722617e6726c1508adadf83d531f54987c703be0" },
|
||||||
"nvim-web-devicons": { "branch": "master", "commit": "cb0c967c9723a76ccb1be0cc3a9a10e577d2f6ec" },
|
"nvim-web-devicons": { "branch": "master", "commit": "cb0c967c9723a76ccb1be0cc3a9a10e577d2f6ec" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "f7adfc4b3f4f91aab6caebf42b3682945fbc35be" },
|
"plenary.nvim": { "branch": "master", "commit": "f7adfc4b3f4f91aab6caebf42b3682945fbc35be" },
|
||||||
"telescope-project.nvim": { "branch": "master", "commit": "1aaf16580a614601a7f7077d9639aeb457dc5559" },
|
"telescope-project.nvim": { "branch": "master", "commit": "1aaf16580a614601a7f7077d9639aeb457dc5559" },
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
"custom/os":{
|
"custom/os":{
|
||||||
"format": "",
|
"format": "",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "$TERMINAL --hold -e neofetch",
|
"on-click": "$TERMINAL --hold -e fastfetch",
|
||||||
},
|
},
|
||||||
"wlr/taskbar": {
|
"wlr/taskbar": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
Loading…
Reference in New Issue
Block a user