update
This commit is contained in:
parent
a7faece3ca
commit
5248663109
9 changed files with 59 additions and 52 deletions
5
.config/electron-flags.conf
Normal file
5
.config/electron-flags.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
--ozone-platform-hint=auto
|
||||
--ozone-platform=wayland
|
||||
--enable-features=VaapiVideoDecodeLinuxGL
|
||||
--enable-features=WebRTCPipeWireCapturer
|
||||
--enable-features=UseOzonePlatform
|
1
.config/electron25-flags.conf
Symbolic link
1
.config/electron25-flags.conf
Symbolic link
|
@ -0,0 +1 @@
|
|||
electron-flags.conf
|
|
@ -1,4 +0,0 @@
|
|||
--ozone-platform-hint=auto
|
||||
--ozone-platform=wayland
|
||||
--enable-features=VaapiVideoDecodeLinuxGL
|
||||
--enable-features=WebRTCPipeWireCapturer
|
1
.config/electron28-flags.conf
Symbolic link
1
.config/electron28-flags.conf
Symbolic link
|
@ -0,0 +1 @@
|
|||
electron-flags.conf
|
|
@ -1,4 +0,0 @@
|
|||
--ozone-platform-hint=auto
|
||||
--ozone-platform=wayland
|
||||
--enable-features=VaapiVideoDecodeLinuxGL
|
||||
--enable-features=WebRTCPipeWireCapturer
|
1
.config/electron29-flags.conf
Symbolic link
1
.config/electron29-flags.conf
Symbolic link
|
@ -0,0 +1 @@
|
|||
electron-flags.conf
|
1
.config/electron30-flags.conf
Symbolic link
1
.config/electron30-flags.conf
Symbolic link
|
@ -0,0 +1 @@
|
|||
electron-flags.conf
|
1
.config/electron31-flags.conf
Symbolic link
1
.config/electron31-flags.conf
Symbolic link
|
@ -0,0 +1 @@
|
|||
electron-flags.conf
|
|
@ -162,13 +162,13 @@ bindsym $mod+r mode resize
|
|||
set $workspace1 "1:"
|
||||
set $workspace2 "2:"
|
||||
set $workspace3 "3:"
|
||||
set $workspace4 "4:"
|
||||
set $workspace4 "4:"
|
||||
set $workspace5 "5:"
|
||||
set $workspace6 "6:"
|
||||
set $workspace7 "7:…"
|
||||
set $workspace8 "8"
|
||||
set $workspace9 "9"
|
||||
set $workspace10 "10"
|
||||
set $workspace6 "6:"
|
||||
set $workspace7 "7:"
|
||||
set $workspace8 "8:"
|
||||
set $workspace9 "9:"
|
||||
set $workspace10 "10:"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $workspace1
|
||||
|
@ -243,6 +243,7 @@ bindsym XF86MonBrightnessDown exec xbacklight -5
|
|||
assign [app_id="^Alacritty$"] $workspace1
|
||||
assign [class="^code-oss$"] $workspace2
|
||||
assign [app_id="^code-oss$"] $workspace2
|
||||
assign [app_id="^dev.zed.Zed$"] $workspace2
|
||||
assign [class="^VSCodium$"] $workspace2
|
||||
assign [app_id="^codium$"] $workspace2
|
||||
assign [class="^jetbrains-idea$"] $workspace2
|
||||
|
@ -254,13 +255,15 @@ assign [class="^Thunderbird$"] $workspace4
|
|||
assign [app_id="^thunderbird$"] $workspace4
|
||||
assign [app_id="^thunderbird-beta$"] $workspace4
|
||||
assign [app_id="^thunar$"] $workspace5
|
||||
assign [class="^Aseprite$"] $workspace6
|
||||
assign [class="^Chromium$"] $workspace7
|
||||
assign [app_id="^chromium$"] $workspace7
|
||||
assign [class="^Slack$"] $workspace8
|
||||
assign [app_id="^Slack$"] $workspace8
|
||||
assign [class="^Element$"] $workspace8
|
||||
assign [class="^Snowman$"] $workspace9
|
||||
assign [class="^discord$"] $workspace10
|
||||
assign [class="^discord$"] $workspace8
|
||||
assign [class="^Aseprite$"] $workspace9
|
||||
assign [app_id="^@joplin/app-desktop$"] $workspace9
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Floating windows
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
[core]
|
||||
editor = vim
|
||||
[alias]
|
||||
sw = switch
|
||||
re = restore
|
||||
co = checkout
|
||||
ci = commit
|
||||
st = status
|
||||
|
|
Loading…
Reference in a new issue