added autorandr
This commit is contained in:
parent
43a879354d
commit
1962741829
43
.config/autorandr/triptych/config
Normal file
43
.config/autorandr/triptych/config
Normal file
@ -0,0 +1,43 @@
|
||||
output HDMI-A-0
|
||||
off
|
||||
output DisplayPort-1
|
||||
crtc 1
|
||||
mode 1920x1080
|
||||
pos 4480x0
|
||||
rate 60.00
|
||||
rotate left
|
||||
x-prop-colorspace Default
|
||||
x-prop-max_bpc 16
|
||||
x-prop-non_desktop 0
|
||||
x-prop-scaling_mode None
|
||||
x-prop-tearfree auto
|
||||
x-prop-underscan off
|
||||
x-prop-underscan_hborder 0
|
||||
x-prop-underscan_vborder 0
|
||||
output DisplayPort-0
|
||||
crtc 0
|
||||
mode 2560x1440
|
||||
pos 1920x200
|
||||
primary
|
||||
rate 59.95
|
||||
x-prop-colorspace Default
|
||||
x-prop-max_bpc 16
|
||||
x-prop-non_desktop 0
|
||||
x-prop-scaling_mode None
|
||||
x-prop-tearfree on
|
||||
x-prop-underscan off
|
||||
x-prop-underscan_hborder 0
|
||||
x-prop-underscan_vborder 0
|
||||
output DisplayPort-2
|
||||
crtc 2
|
||||
mode 1920x1080
|
||||
pos 0x280
|
||||
rate 60.00
|
||||
x-prop-colorspace Default
|
||||
x-prop-max_bpc 16
|
||||
x-prop-non_desktop 0
|
||||
x-prop-scaling_mode None
|
||||
x-prop-tearfree auto
|
||||
x-prop-underscan off
|
||||
x-prop-underscan_hborder 0
|
||||
x-prop-underscan_vborder 0
|
3
.config/autorandr/triptych/setup
Normal file
3
.config/autorandr/triptych/setup
Normal file
@ -0,0 +1,3 @@
|
||||
DisplayPort-0 00ffffffffffff0005e30332872000002a1e0104a54627783aeed1a555489b26125054bfef00d1c0b30095008180814081c0010101014dd000a0f0703e8030203500b9882100001a000000ff004e56534c414a41303038333237000000fc0055333256330a20202020202020000000fd00174b1e8c3c010a20202020202001d3020318f14b0103051404131f120211902309070783010000a36600a0f0701f8030203500b9882100001a565e00a0a0a0295030203500b9882100001e023a801871382d40582c4500b9882100001e4d6c80a070703e8030203a00b9882100001a0000000000000000000000000000000000000000000000000000000000000076
|
||||
DisplayPort-1 00ffffffffffff0010ac8dd049333230161d010380341d78ea2cc5a45650a1280f5054a54b00714f8180a9c0d1c00101010101010101023a801871382d40582c450009252100001e000000ff004a36355650393555303233490a000000fc0044454c4c205345323431374847000000fd00384c1e5311000a202020202020011602031ff14c9005040302071601141f1213230907078301000065030c001000023a801871382d40582c450009252100001e011d8018711c1620582c250009252100009e011d007251d01e206e28550009252100001e8c0ad08a20e02d10103e96000925210000180000000000000000000000000000000000000000000000005b
|
||||
DisplayPort-2 00ffffffffffff004e14d70a0101010111210104a53c22783bf975a655539d260e50542dcf0081c08100814081809500a9c0b3000101023a801871382d40582c450056502100001e000000fd003064ffff17010a202020202020000000ff000a202020202020202020202020000000fc0053636570747265204632370a20011002031af14a010302041211131f90052309070783010000e200ca2a4480a0703827400820980456502100001a023a80d072382d40102c458056502100001aa8578078703814403020350056502100001e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024
|
@ -9,9 +9,8 @@
|
||||
#
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
# set $ctrl
|
||||
#set $shift
|
||||
#set $alt
|
||||
set $ctrl Control
|
||||
set $alt Mod1
|
||||
set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
@ -83,10 +82,10 @@ bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+j move left
|
||||
bindsym $mod+Shift+k move down
|
||||
bindsym $mod+Shift+l move up
|
||||
bindsym $mod+Shift+semicolon move right
|
||||
# bindsym $mod+Shift+j move left
|
||||
# bindsym $mod+Shift+k move down
|
||||
# bindsym $mod+Shift+l move up
|
||||
# bindsym $mod+Shift+semicolon move right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Shift+Left move left
|
||||
@ -122,16 +121,16 @@ bindsym $mod+a focus parent
|
||||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
set $ws1 "1"
|
||||
set $ws2 "2"
|
||||
set $ws3 "3"
|
||||
set $ws4 "4"
|
||||
set $ws5 "5"
|
||||
set $ws6 "6"
|
||||
set $ws7 "7"
|
||||
set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
set $ws1 "1:🌐"
|
||||
set $ws2 "2:🦋"
|
||||
set $ws3 "3:💬"
|
||||
set $ws4 "4:🕹️"
|
||||
set $ws5 "5:🖋️"
|
||||
set $ws6 "6:🎹"
|
||||
set $ws7 "7:📑"
|
||||
set $ws8 "8:🐙"
|
||||
set $ws9 "9:🧬"
|
||||
set $ws10 "0:🩻"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace number $ws1
|
||||
@ -157,6 +156,10 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
|
||||
bindsym $mod+Shift+9 move container to workspace number $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
|
||||
# move workspace to monitor
|
||||
bindsym $mod+$alt+left move workspace to output left
|
||||
bindsym $mod+$alt+right move workspace to output right
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
@ -240,6 +243,8 @@ bindsym $mod+r mode "resize"
|
||||
for_window [window_type="menu"] floating enable
|
||||
for_window [instance="__scratchpad"] floating enable
|
||||
for_window [class="megasync"] floating disable
|
||||
for_window [class="plasma-emojier"] floating enable
|
||||
for_window [class="Syncthing GTK"] floating enable
|
||||
|
||||
#bindsym XF86AudioRaiseVolume exec --no-startup-id qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "increase_volume"
|
||||
#bindsym XF86AudioLowerVolume exec --no-startup-id qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "decrease_volume"
|
||||
@ -247,8 +252,3 @@ bindsym $mod+r mode "resize"
|
||||
#bindsym XF86AudioMicMute exec --no-startup-id qdbus org.kde.kglobalaccel /component/kmix invokeShortcut "mic_mute"
|
||||
|
||||
for_window [title="Desktop — Plasma"] kill
|
||||
|
||||
# window management
|
||||
# output 'Unknown U32V3 NVSLAJA008327' mode 3840x216 position 2742,0
|
||||
# output 'Dell Inc. DELL SE2417HG J65VP95U023I' mode 1920x1080 position 6582,0 transform 270 scale 0.80
|
||||
# output 'Unknown Sceptre F27 ' mode 1920x1080 position 0,518 scale 0.70
|
||||
|
@ -1,5 +1,5 @@
|
||||
[General]
|
||||
ColorScheme=BreezeDark
|
||||
ColorScheme=Sweet
|
||||
|
||||
[Icons]
|
||||
Theme=breeze-dark
|
||||
|
@ -1,3 +1,3 @@
|
||||
[KSplash]
|
||||
Engine=KSplashQML
|
||||
Theme=org.kde.breeze.desktop
|
||||
Theme=org.kde.breezedark.desktop
|
||||
|
@ -15,139 +15,104 @@ IntensityEffect=2
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=0.025
|
||||
ColorAmount=0.025000000000000001
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.1
|
||||
ContrastAmount=0.10000000000000001
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=30,87,116
|
||||
BackgroundNormal=49,54,59
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
BackgroundAlternate=64,69,82
|
||||
BackgroundNormal=30,34,51
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=30,87,116
|
||||
BackgroundNormal=42,46,50
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=42,46,50
|
||||
BackgroundNormal=49,54,59
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Header][Inactive]
|
||||
BackgroundAlternate=49,54,59
|
||||
BackgroundNormal=42,46,50
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=195,199,209
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=82,148,226
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=30,87,116
|
||||
BackgroundNormal=61,174,233
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
BackgroundAlternate=29,153,243
|
||||
BackgroundNormal=197,14,210
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=252,252,252
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundInactive=211,218,227
|
||||
ForegroundLink=253,188,75
|
||||
ForegroundNegative=176,55,69
|
||||
ForegroundNeutral=198,92,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=23,104,57
|
||||
ForegroundVisited=155,89,182
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=254,254,254
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=189,195,199
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=42,46,50
|
||||
BackgroundNormal=49,54,59
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
BackgroundAlternate=47,52,63
|
||||
BackgroundNormal=53,57,69
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=82,148,226
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=35,38,41
|
||||
BackgroundNormal=27,30,32
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
BackgroundAlternate=31,35,51
|
||||
BackgroundNormal=22,25,37
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=0,193,228
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=82,148,226
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=124,183,255
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=49,54,59
|
||||
BackgroundNormal=42,46,50
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
BackgroundAlternate=47,52,63
|
||||
BackgroundNormal=24,27,40
|
||||
DecorationFocus=197,14,210
|
||||
DecorationHover=197,14,210
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
ForegroundInactive=102,106,115
|
||||
ForegroundLink=41,128,185
|
||||
ForegroundNegative=237,37,78
|
||||
ForegroundNeutral=255,106,0
|
||||
ForegroundNormal=211,218,227
|
||||
ForegroundPositive=113,247,159
|
||||
ForegroundVisited=179,13,191
|
||||
|
||||
[DirSelect Dialog]
|
||||
DirSelectDialog Size=980,600
|
||||
History Items[$e]=file:$HOME/Wallpaper,file:$HOME/Downloads,file:$HOME/Wallpaper,file:$HOME,file:$HOME/Wallpapers,file:$HOME/Documents
|
||||
DirSelectDialog Size=818,570
|
||||
History Items[$e]=file:$HOME/Downloads/Sweet,file:$HOME/Downloads,file:$HOME/Wallpaper,file:$HOME/Downloads,file:$HOME/Wallpaper,file:$HOME,file:$HOME/Wallpapers,file:$HOME/Documents
|
||||
|
||||
[General]
|
||||
ColorSchemeHash=babca25f3a5cf7ece26a85de212ab43d0a141257
|
||||
ColorSchemeHash=a054744e5da530142f039caa182148b170643d2e
|
||||
XftSubPixel=none
|
||||
fixed=Inconsolata,10,-1,5,500,0,0,0,0,0,0,0,0,0,0,1,Medium
|
||||
font=Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
menuFont=Inconsolata,9,-1,5,500,0,0,0,0,0,0,0,0,0,0,1,Medium
|
||||
smallestReadableFont=Noto Sans,8,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
toolBarFont=Inconsolata,10,-1,5,500,0,0,0,0,0,0,0,0,0,0,1,Medium
|
||||
|
||||
[Icons]
|
||||
Theme=Papirus
|
||||
Theme=candy-icons
|
||||
|
||||
[KDE]
|
||||
LookAndFeelPackage=org.kde.breezedark.desktop
|
||||
SingleClick=false
|
||||
widgetStyle=kvantum
|
||||
|
||||
[KFileDialog Settings]
|
||||
Allow Expansion=false
|
||||
@ -173,9 +138,10 @@ View Style=DetailTree
|
||||
ForceGlCoreProfile=true
|
||||
|
||||
[WM]
|
||||
activeBackground=49,54,59
|
||||
activeBlend=252,252,252
|
||||
activeForeground=252,252,252
|
||||
inactiveBackground=42,46,50
|
||||
inactiveBlend=161,169,177
|
||||
inactiveForeground=161,169,177
|
||||
activeBackground=47,52,63
|
||||
activeBlend=47,52,63
|
||||
activeFont=Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
activeForeground=211,218,227
|
||||
inactiveBackground=47,52,63
|
||||
inactiveBlend=47,52,63
|
||||
inactiveForeground=102,106,115
|
||||
|
@ -268,3 +268,6 @@ toggle do not disturb=none,,Toggle do not disturb
|
||||
|
||||
[services][org.kde.plasma-systemmonitor.desktop]
|
||||
_launch=none
|
||||
|
||||
[services][org.kde.plasma.emojier.desktop]
|
||||
_launch=Meta+.
|
||||
|
@ -32,6 +32,7 @@ t1radius=4
|
||||
[Containments][29][Applets][105][Configuration][type2]
|
||||
fixedLen=37
|
||||
fontSize=8
|
||||
labelSource=1
|
||||
template=%name
|
||||
|
||||
[Containments][29][Applets][107]
|
||||
@ -57,8 +58,8 @@ plugin=org.kde.plasma.kickoff
|
||||
|
||||
[Containments][29][Applets][30][Configuration]
|
||||
PreloadWeight=100
|
||||
popupHeight=514
|
||||
popupWidth=655
|
||||
popupHeight=510
|
||||
popupWidth=659
|
||||
|
||||
[Containments][29][Applets][30][Configuration][ConfigDialog]
|
||||
DialogHeight=540
|
||||
@ -153,7 +154,7 @@ immutability=1
|
||||
plugin=org.kde.kdeconnect
|
||||
|
||||
[Containments][35][Applets][36][Configuration]
|
||||
PreloadWeight=0
|
||||
PreloadWeight=5
|
||||
|
||||
[Containments][35][Applets][37]
|
||||
immutability=1
|
||||
@ -188,7 +189,7 @@ immutability=1
|
||||
plugin=org.kde.plasma.volume
|
||||
|
||||
[Containments][35][Applets][41][Configuration]
|
||||
PreloadWeight=5
|
||||
PreloadWeight=30
|
||||
|
||||
[Containments][35][Applets][41][Configuration][General]
|
||||
migrated=true
|
||||
@ -220,7 +221,7 @@ immutability=1
|
||||
plugin=org.kde.plasma.clipboard
|
||||
|
||||
[Containments][35][Applets][45][Configuration]
|
||||
PreloadWeight=0
|
||||
PreloadWeight=5
|
||||
|
||||
[Containments][35][Applets][46]
|
||||
immutability=1
|
||||
@ -258,7 +259,7 @@ immutability=1
|
||||
plugin=org.kde.plasma.bluetooth
|
||||
|
||||
[Containments][35][Applets][52][Configuration]
|
||||
PreloadWeight=10
|
||||
PreloadWeight=25
|
||||
|
||||
[Containments][35][Applets][53]
|
||||
immutability=1
|
||||
|
Loading…
Reference in New Issue
Block a user