mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fix on Linux
This commit is contained in:
parent
87c237684b
commit
c4125a4626
8 changed files with 41 additions and 63 deletions
|
|
@ -5,9 +5,13 @@
|
|||
# This solves the issue of chromium apps not being able to access passwords in non-plasma environments
|
||||
|
||||
# Location:
|
||||
# ~/.config/chromium-flags.conf
|
||||
# ~/.config/chromium-flags.conf (for chromium)
|
||||
# ~/.config/chrome-flags.conf
|
||||
# ~/.var/app/com.vivaldi.Vivaldi/config/vivaldi-flags.conf (For flatpak)
|
||||
# ~/.config/vivaldi-stable.conf (For ArchLinux vivaldi)
|
||||
# Linking:
|
||||
# ln -sf $DOTFILES/platforms/linux/chromium-flags.conf ~/.var/app/com.vivaldi.Vivaldi/config/vivaldi-flags.conf
|
||||
--UseOzonePlatform=wayland
|
||||
--ozone-platform=wayland
|
||||
--password-store=kwallet6
|
||||
--enable-wayland-ime
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ QT_IM_MODULE=fcitx
|
|||
SDL_IM_MODULE=fcitx
|
||||
XMODIFIFERS="@im=fcitx"
|
||||
GLFW_IM_MODULE=fcitx
|
||||
# Scaling
|
||||
QT_SCALE_FACTOR=1.75
|
||||
# 2 * 0.875 = 1.75
|
||||
GDK_SCALE=2
|
||||
GDK_DPI_SCALE=0.875
|
||||
# Scaling - Buggy on Plasma
|
||||
# QT_SCALE_FACTOR=1.75
|
||||
# # 2 * 0.875 = 1.75
|
||||
# GDK_SCALE=2
|
||||
# GDK_DPI_SCALE=0.875
|
||||
|
|
|
|||
14
platforms/linux/etc/keyd/default.conf
Normal file
14
platforms/linux/etc/keyd/default.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# /etc/keyd/default.conf
|
||||
|
||||
[ids]
|
||||
|
||||
*
|
||||
|
||||
[main]
|
||||
|
||||
# Maps capslock to escape when pressed and control when held.
|
||||
capslock= overload(control, esc)
|
||||
enter= overload(control, enter)
|
||||
backspace= \
|
||||
\= backspace
|
||||
tab=overload(alt, tab)
|
||||
Loading…
Add table
Add a link
Reference in a new issue