Compare commits
No commits in common. "24543c05ed991c4851272292695ebe7274f455e3" and "6815d828fef1b146c3916bcebbd60d91b743414a" have entirely different histories.
24543c05ed
...
6815d828fe
5
boot/loader/entries/arch-fallback.conf
Executable file
5
boot/loader/entries/arch-fallback.conf
Executable file
@ -0,0 +1,5 @@
|
||||
title Arch Linux
|
||||
linux /vmlinuz-linux-lts
|
||||
initrd /amd-ucode.img
|
||||
initrd /initramfs-linux-lts-fallback.img
|
||||
options rd.luks.name=3927d3f3-175f-4b72-9e05-395ef5664c81=cryptlvm rd.luks.options=discard root=/dev/ssd1/root resume=/dev/ssd1/swap rw add_efi_memmap
|
5
boot/loader/entries/arch.conf
Executable file
5
boot/loader/entries/arch.conf
Executable file
@ -0,0 +1,5 @@
|
||||
title Arch Linux
|
||||
linux /vmlinuz-linux-lts
|
||||
initrd /amd-ucode.img
|
||||
initrd /initramfs-linux-lts.img
|
||||
options rd.luks.name=3927d3f3-175f-4b72-9e05-395ef5664c81=cryptlvm rd.luks.options=discard root=/dev/ssd1/root resume=/dev/ssd1/swap rw add_efi_memmap
|
@ -23,10 +23,10 @@ export MSBuildSDKsPath="/usr/share/dotnet/sdk/`dotnet --version`/Sdks/"
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
export PATH="/home/default/.dotnet/tools:$PATH"
|
||||
|
||||
# ime
|
||||
export GTK_IM_MODULE=ibus
|
||||
export QT_IM_MODULE=ibus
|
||||
export XMODIFIERS=@im=ibus
|
||||
# fcitx
|
||||
export GTK_IM_MODULE=fcitx
|
||||
export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS="@im=fcitx"
|
||||
|
||||
# aliases
|
||||
alias v=nvim
|
||||
|
@ -60,8 +60,8 @@ bindsym Ctrl+Alt+l exec "playerctl -a pause; \
|
||||
|
||||
### input configuration
|
||||
|
||||
# ibus
|
||||
exec --no-startup-id ibus-daemon -drxR
|
||||
# fcitx
|
||||
exec --no-startup-id fcitx -d
|
||||
|
||||
### key bindings
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
export GTK_IM_MODULE=ibus
|
||||
export XMODIFIERS=@im=ibus
|
||||
export QT_IM_MODULE=ibus
|
@ -37,7 +37,7 @@ please let me know if i've forgotten one!
|
||||
- playerctl (music controller)
|
||||
- materia-dark (gtk theme)
|
||||
- papirus-dark (icon theme)
|
||||
- ibus (intl. keyboard input)
|
||||
- fctix (intl. keyboard input)
|
||||
- grim (screenshots on wayland)
|
||||
- wf-recorder (screen recorder on wayland)
|
||||
- slurp (to select region in wayland)
|
||||
|
Loading…
Reference in New Issue
Block a user