Compare commits
No commits in common. "6aadb7daf578ea89ceeac08e30bce0fe91ca19a7" and "35dbedf75325e64f6683660956be7773c37c9155" have entirely different histories.
6aadb7daf5
...
35dbedf753
3 changed files with 6 additions and 8 deletions
|
@ -27,7 +27,7 @@ set $mod Mod4
|
||||||
set $thinkstation HDMI-A-3
|
set $thinkstation HDMI-A-3
|
||||||
set $thinkstation-work "Iiyama North America PL2483H 1173700204528"
|
set $thinkstation-work "Iiyama North America PL2483H 1173700204528"
|
||||||
set $thinkpad eDP-1
|
set $thinkpad eDP-1
|
||||||
set $thinkpad-work "Goldstar Company Ltd LG ULTRAWIDE 0x0000F6D7"
|
set $thinkpad-work "Samsung Electric Company SMS24A450/460 HTMC807749"
|
||||||
set $work DP-1
|
set $work DP-1
|
||||||
|
|
||||||
# Workspaces
|
# Workspaces
|
||||||
|
@ -38,7 +38,7 @@ set $wksp4 "4: Music"
|
||||||
set $wksp5 "5: Graphics"
|
set $wksp5 "5: Graphics"
|
||||||
set $wksp6 "6: Games"
|
set $wksp6 "6: Games"
|
||||||
set $wksp7 "7: Remote"
|
set $wksp7 "7: Remote"
|
||||||
set $wksp8 "8: Console"
|
set $wksp8 "8: -"
|
||||||
set $wksp9 "9: Databases"
|
set $wksp9 "9: Databases"
|
||||||
set $wksp10 "10: Debugger"
|
set $wksp10 "10: Debugger"
|
||||||
|
|
||||||
|
@ -86,8 +86,8 @@ output $thinkstation resolution 3440x1440@100Hz position 0 0 adaptive_sync on
|
||||||
output $thinkstation-work resolution 1920x1080@60Hz position 3440 0 transform 270 adaptive_sync on
|
output $thinkstation-work resolution 1920x1080@60Hz position 3440 0 transform 270 adaptive_sync on
|
||||||
|
|
||||||
# Thinkpad
|
# Thinkpad
|
||||||
output $thinkpad resolution 1920x1080 position 0 0
|
output $thinkpad resolution 1920x1080 position 1920 785
|
||||||
output $thinkpad-work resolution 2560x1080 position 1920 0
|
output $thinkpad-work resolution 1920x1080 position 0 0
|
||||||
|
|
||||||
|
|
||||||
### Gnome settings
|
### Gnome settings
|
||||||
|
@ -214,7 +214,6 @@ bindsym $mod+shift+v exec "$term -t 'Audio Visualizer' -e cava"
|
||||||
|
|
||||||
# Screen
|
# Screen
|
||||||
bindsym $mod+p exec "swaymsg output $work toggle"
|
bindsym $mod+p exec "swaymsg output $work toggle"
|
||||||
bindsym $mod+alt+p exec "swaymsg output $thinkpad toggle"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Brightness
|
# Brightness
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
"layer": "bottom",
|
"layer": "bottom",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"margin": 4,
|
"margin": 4,
|
||||||
"output": ["eDP-1","DP-3"],
|
"output": "eDP-1",
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"sway/workspaces",
|
"sway/workspaces",
|
||||||
"sway/mode",
|
"sway/mode",
|
||||||
|
@ -160,7 +160,7 @@
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
"custom/clock": {
|
"custom/clock": {
|
||||||
"exec": "date +'%A %d/%m/%Y %H:%M'",
|
"exec": "date +'%d/%m/%Y %H:%M'",
|
||||||
"interval": 60,
|
"interval": 60,
|
||||||
},
|
},
|
||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
|
|
|
@ -28,7 +28,6 @@ alias lagrosseRock='mpv http://hd.lagrosseradio.info/lagrosseradio-rock-192.mp3'
|
||||||
alias lagrosseMetal='mpv http://hd.lagrosseradio.info/lagrosseradio-metal-192.mp3'
|
alias lagrosseMetal='mpv http://hd.lagrosseradio.info/lagrosseradio-metal-192.mp3'
|
||||||
alias lagrosseReggae='mpv http://hd.lagrosseradio.info/lagrosseradio-reggae-192.mp3'
|
alias lagrosseReggae='mpv http://hd.lagrosseradio.info/lagrosseradio-reggae-192.mp3'
|
||||||
alias radioDoom='mpv -playlist http://kuorinka.duckdns.org:2718/doom.m3u'
|
alias radioDoom='mpv -playlist http://kuorinka.duckdns.org:2718/doom.m3u'
|
||||||
alias highVoltage='mpv https://strm112.1.fm/highvoltage_mobile_mp3' # https://prod.radio-api.net/stations/now-playing?stationIds=1fmhighvoltage
|
|
||||||
|
|
||||||
alias dh="dfc -t xfs,ext2 2>/dev/null"
|
alias dh="dfc -t xfs,ext2 2>/dev/null"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue