Mouse cursor and electron flags

This commit is contained in:
2021-11-19 12:22:59 +01:00
parent c538cc0ff5
commit 8b65270f5a
5 changed files with 16 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
alias update='yay -Pw && yay -Sc && yay --editmenu -Syu --sudoloop && yay -c \ alias update='yay -Pw && yay -Sc && yay --editmenu -Syu --sudoloop && yay -c \
&& sudo pacdiff \ && sudo pacdiff \
; pkill -SIGUSR1 i3status-rs' ; pkill -SIGUSR1 i3status-rs'
alias gemocstudio='PATH=/usr/lib/jvm/java-9-jdk/bin/:$PATH ~/gemoc/GemocStudio'
alias sl='ls' alias sl='ls'
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias cat='ccat -G Keyword="*glay*" -G Decimal="glay" -G Plaintext="glay" --bg=dark' alias cat='ccat -G Keyword="*glay*" -G Decimal="glay" -G Plaintext="glay" --bg=dark'

View File

@@ -0,0 +1,3 @@
--enable-features=WebUIDarkMode,UseOzonePlatform
--ozone-platform=wayland
--force-dark-mode

View File

@@ -0,0 +1,2 @@
--enable-features=UseOzonePlatform
--ozone-platform=wayland

View File

@@ -0,0 +1,2 @@
--enable-features=UseOzonePlatform
--ozone-platform=wayland

View File

@@ -21,7 +21,7 @@ set $term kitty
# set $menu dmenu_path | dmenu | xargs swaymsg exec -- # set $menu dmenu_path | dmenu | xargs swaymsg exec --
set $menu rofi -no-levenshtein-sort -color-enabled -show run\ set $menu rofi -no-levenshtein-sort -color-enabled -show run\
-run-command "zsh -i -c '{cmd}'" | xargs swaymsg exec -- -run-command "zsh -i -c '{cmd}'" | xargs swaymsg exec --
set $srclocker swaylock -c 222222 -u -i eDP-1:~/wallpapers/radiance.png\ set $srclocker swaylock -c 222222 -i eDP-1:~/wallpapers/radiance.png\
-i DP-5:~/wallpapers/hornet.jpg -i DP-4:~/wallpapers/knight.jpg\ -i DP-5:~/wallpapers/hornet.jpg -i DP-4:~/wallpapers/knight.jpg\
-i DP-7:~/wallpapers/hornet.jpg -i DP-6:~/wallpapers/knight.jpg\ -i DP-7:~/wallpapers/hornet.jpg -i DP-6:~/wallpapers/knight.jpg\
-i DP-9:~/wallpapers/hornet.jpg -i DP-8:~/wallpapers/knight.jpg\ -i DP-9:~/wallpapers/hornet.jpg -i DP-8:~/wallpapers/knight.jpg\
@@ -49,7 +49,14 @@ focus output eDP-1
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
# Mouse cursor # Mouse cursor
seat seat0 xcursor_theme capitaine-cursors 32 set $my_cursor capitaine-cursors
set $my_cursor_size 32
seat seat0 xcursor_theme $my_cursor $my_cursor_size
exec_always {
gsettings set org.gnome.desktop.interface cursor-theme $my_cursor
gsettings set org.gnome.desktop.interface cursor-size $my_cursor_size
}
### Idle configuration ### Idle configuration
# #