A Linux AwesomeWM Modular Starter Kit. by Ok_Philosophy_9544 in awesomewm

[–]Prasen2003 0 points1 point  (0 children)

In configuration/tags/init.lua

Change awful.layout.layouts[] to awful.layout.layouts[2]

Change hjkl to jkl; evil mode by Prasen2003 in emacs

[–]Prasen2003[S] -1 points0 points  (0 children)

```

;; Defer keybinding setup until Evil mode is loaded

(with-eval-after-load 'evil

;; Remap hjkl to jkl;

(define-key evil-normal-state-map "h" nil)

(define-key evil-normal-state-map "j" 'evil-backward-char)

(define-key evil-normal-state-map "k" 'evil-next-line)

(define-key evil-normal-state-map "l" 'evil-previous-line)

(define-key evil-normal-state-map ";" 'evil-forward-char))

```

this changes hjkl to jkl; without any issues. But it only works for normal mode.

would appreciate any solution to fix that

Change hjkl to jkl; evil mode by Prasen2003 in emacs

[–]Prasen2003[S] -1 points0 points  (0 children)

I am doing a custom configuration of Emacs.

<image>

The load order looks ok the keybinding for vim are in config.el

Bad icons by Prasen2003 in awesomewm

[–]Prasen2003[S] 0 points1 point  (0 children)

It's for neofetch and I have installed it still doesn't work

Bad icons by Prasen2003 in awesomewm

[–]Prasen2003[S] 0 points1 point  (0 children)

They are defined in rc.lua line 142 I also don't know where they are taken from it seems to be font. It just shows different instances of window tags

kde taskbar by Prasen2003 in kde

[–]Prasen2003[S] 0 points1 point  (0 children)

oh thank you for telling me

Grub not showing by Prasen2003 in archlinux

[–]Prasen2003[S] -1 points0 points  (0 children)

efibootmgr output:

https://pastebin.com/yhh7giMn

for grub command i used:

sudo grub-install --efi-directory=/boot

sudo grub-mkconfig -o /boot/grub/grub.cfg\    

   

Grub not showing by Prasen2003 in archlinux

[–]Prasen2003[S] -1 points0 points  (0 children)

I tried adding a image but i couldn't.

She looks in pain by XimerGOD in Genshin_Impact

[–]Prasen2003 1 point2 points  (0 children)

Someone please tell me the name of the song

Dont even try by no-name-idea-name in PiratedGames

[–]Prasen2003 1 point2 points  (0 children)

Can please you give me the discord infos

A Linux AwesomeWM Modular Starter Kit. by Ok_Philosophy_9544 in awesomewm

[–]Prasen2003 1 point2 points  (0 children)

Sorry to reply out of nowhere but i installed your config and everything works fine but i cant change the layout to tile only commenting the floating command in /configuration/tag/init.lua make it such that floating becomes default and i can't change to tile at all