diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/emacs/TODO.org | 5 | ||||
| -rw-r--r-- | .config/hypr/binds.conf | 4 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 5 | ||||
| -rw-r--r-- | .config/swenu/conf.ini | 10 |
4 files changed, 21 insertions, 3 deletions
diff --git a/.config/emacs/TODO.org b/.config/emacs/TODO.org index 6dbd8ed..d2ea165 100644 --- a/.config/emacs/TODO.org +++ b/.config/emacs/TODO.org @@ -1,2 +1,7 @@ - [x] auto indent on paste for evil +- [ ] indent switch statements right +- [ ] vterm and command to open term, session management with projectile + (multi-vterm) +- [ ] better window management (close frame and kill window) +- [ ] evil mode stop $ selecting newline - [ ] connect xdg open to current session +- [ ] switch to eglot diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 14d76e1..abdb829 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -4,8 +4,8 @@ $mainMod = SUPER # used programs $terminal = alacritty $browser = firefox -$menu = swenu-run -$appMenu = fuzzel | xargs hyprctl dispatch exec -- +$menu = swenu-run -oi +$appMenu = swenu-run -coil 10 # main binds bind = $mainMod, D, killactive, diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 63ac7be..1edcb6b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -54,7 +54,10 @@ general { } cursor { - no_hardware_cursors = 0 + no_hardware_cursors = false + no_warps = false + persistent_warps = true + warp_on_change_workspace = true } windowrulev2 = noshadow, floating:0 diff --git a/.config/swenu/conf.ini b/.config/swenu/conf.ini new file mode 100644 index 0000000..ad213b1 --- /dev/null +++ b/.config/swenu/conf.ini @@ -0,0 +1,10 @@ +fancy_scroll = on +exit_on_focus_lost = true +min_width = 500 +font_size = 16 + +[colors] +text_color = (0.85, 0.85, 0.85, 1.0) +highlight_color = (0.1, 0.3, 0.7, 1.0) +background_color = (0.1, 0.1, 0.1, 1.0) +cursor_color = (0.9, 0.9, 0.9, 0.5) |
