Compare commits
No commits in common. "a6a0d18eec2d1815316da009beaa189532f612c0" and "0e6ca439d16805b08811f93a02c9618d1e9b40ae" have entirely different histories.
a6a0d18eec
...
0e6ca439d1
3 changed files with 12 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
rsync -avz --delete dmc-12:/srv/dev-disk-by-uuid-52e1df75-7a38-4ba4-a590-2f1075e84ff3/Musiques/ /media/sdcard/Music --exclude /Vinyles
|
||||
rsync -avz --delete dmc-12:/srv/dev-disk-by-uuid-52e1df75-7a38-4ba4-a590-2f1075e84ff3/medias/Music /media/sdcard
|
||||
|
||||
mpc rescan
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
profile office {
|
||||
output eDP-1 enable mode 1920x1080 position 2560,0
|
||||
output DP-2 enable mode 2560x1080 position 0,0
|
||||
}
|
||||
|
||||
profile laptop {
|
||||
output DP-2 disable
|
||||
output eDP-1 enable mode 1920x1080 position 0,0
|
||||
}
|
||||
|
||||
profile home {
|
||||
output HDMI-A-3 enable mode 3440x1440@100Hz position 0,0
|
||||
}
|
|
@ -24,10 +24,10 @@ input type:touchpad {
|
|||
set $mod Mod4
|
||||
|
||||
# Displays
|
||||
#set $thinkstation HDMI-A-3
|
||||
##set $thinkstation-work "Iiyama North America PL2483H 1173700204528"
|
||||
#set $thinkpad eDP-1
|
||||
#set $thinkpad-work DP-2
|
||||
set $thinkstation HDMI-A-3
|
||||
#set $thinkstation-work "Iiyama North America PL2483H 1173700204528"
|
||||
set $thinkpad eDP-1
|
||||
set $thinkpad-work DP-2
|
||||
|
||||
# Workspaces
|
||||
set $wksp1 "1: Main"
|
||||
|
@ -81,12 +81,12 @@ set $gnome-schema org.gnome.desktop.interface
|
|||
#
|
||||
|
||||
# Thinkstation
|
||||
#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 resolution 3440x1440@100Hz position 0 0 adaptive_sync on
|
||||
#output $thinkstation-work resolution 1920x1080@60Hz position 3440 0 transform 270 adaptive_sync on
|
||||
|
||||
# Thinkpad
|
||||
#output $thinkpad resolution 1920x1080 position 2560 0
|
||||
#output $thinkpad-work resolution 2560x1080 position 0 0
|
||||
output $thinkpad resolution 1920x1080 position 2560 0
|
||||
output $thinkpad-work resolution 2560x1080 position 0 0
|
||||
|
||||
|
||||
### Gnome settings
|
||||
|
@ -123,7 +123,6 @@ exec dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus
|
|||
exec gnome-keyring-daemon
|
||||
#exec /usr/bin/libinput-gestures
|
||||
#exec nm-applet --indicator
|
||||
exec kanshi
|
||||
exec kdeconnect-indicator
|
||||
exec mako
|
||||
exec nextcloud --background
|
||||
|
@ -135,7 +134,7 @@ exec teams
|
|||
exec mpd
|
||||
exec libinput-gestures-setup start
|
||||
# Set focus on main screen
|
||||
#exec ~/bin/autoFocus.sh
|
||||
exec ~/bin/autoFocus.sh
|
||||
|
||||
|
||||
### Window config
|
||||
|
@ -212,8 +211,8 @@ bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp"
|
|||
bindsym $mod+shift+v exec "$term -t 'Audio Visualizer' -e cava"
|
||||
|
||||
# Screen
|
||||
#bindsym $mod+p exec "swaymsg output $work toggle"
|
||||
#bindsym $mod+alt+p exec "swaymsg output $thinkpad toggle"
|
||||
bindsym $mod+p exec "swaymsg output $work toggle"
|
||||
bindsym $mod+alt+p exec "swaymsg output $thinkpad toggle"
|
||||
|
||||
#
|
||||
# Brightness
|
||||
|
|
Loading…
Reference in a new issue