mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Merge branch 'master' of github.com:js0ny/dotfiles
This commit is contained in:
commit
5a8c8a6cc7
25 changed files with 665 additions and 84 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)
|
||||
|
|
@ -264,6 +264,8 @@ bind = $mainMod, i, movefocus, r
|
|||
bind = $mainMod, e, movefocus, u
|
||||
bind = $mainMod, n, movefocus, d
|
||||
|
||||
bind = $mainMod, c, exec, grimblast copy area
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Version=202
|
|||
ViewPropsTimestamp=2024,12,10,0,19,35.931
|
||||
|
||||
[IconsMode]
|
||||
PreviewSize=48
|
||||
PreviewSize=96
|
||||
|
||||
[KFileDialog Settings]
|
||||
Places Icons Auto-resize=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue