1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-06-03 13:26:07 +02:00

Merge branch 'master' of github.com:eoli3n/dotfiles into master

This commit is contained in:
eoli3n 2020-08-15 11:19:42 +02:00
commit c2f7e81dab
4 changed files with 21 additions and 49 deletions

5
TODO
View File

@ -12,6 +12,9 @@
- copy/paste are fucked
- copy/paste kitty->firefox remove '\n' ?
- change kitty block char when unused term
- $PATH with ~/bin not working
- win+maj+r to reload sway conf fucks display layout
- disable tooltip on waybar modules
# ISSUES
* tiny-irc : https://github.com/osa1/tiny/issues/created_by/eoli3n
@ -27,7 +30,7 @@
- dynamic waybar colors
- rclone mount service
- import pictures in shotwell
- remove exec in waybar modules
- remove exec in waybar modules : https://github.com/Alexays/Waybar/issues/707
#TEST
* wf-recorder

View File

@ -3,6 +3,7 @@ set -x EDITOR 'nvim'
set -x VISUAL 'nvim'
set -x PAGER 'most'
set -gx SYSTEMD_PAGER 'less'
set -U fish_greeting ""
# Start starfish prompt
starship init fish | source

View File

@ -1,15 +0,0 @@
- variety : https://github.com/varietywalls/variety/issues/253
- waybar, systray
- https://github.com/Robinhuett/dotfiles/tree/master/.config/sway
- swaylock
- https://github.com/Robinhuett/dotfiles/tree/master/.config/swaylock
- move to screen bug : https://github.com/swaywm/sway/issues/4792
- look des apps Qt : https://www.reddit.com/r/archlinux/comments/do8vde/uniform_look_for_qt_and_gtk_applications_on_sway/
- autostart sway at login tty1
- Wofi focusing on current screen and no blur
- Mako : notifications : https://github.com/emersion/mako
- https://github.com/Robinhuett/dotfiles/blob/master/.config/mako/config
- raccourci pour eteindre eteindre ou pas la sortie videoproj
- rofi alt tab : https://www.reddit.com/r/swaywm/comments/aolf3u/quick_script_for_rofi_alttabbing_window_switcher/
- chrome wayland support ?

View File

@ -1,14 +1,11 @@
#INCLUDE####################################################
# output configuration
set $laptop "eDP-1"
set $screen "DP-3"
set $proj "DP-2"
#output $laptop pos 1920 1330 res 1920x1080 scale 1.4
#output $screen pos 0 1080 res 1920x1080
#output $proj pos 0 0 res 1920x1080
output $laptop pos 3840 309 res 1920x1080 scale 1.4
output $screen pos 1920 0 res 1920x1080
output $proj pos 0 0 res 1920x1080
set $left "HDMI-A-2"
set $center "HDMI-A-3"
set $right "DP-2"
output $left pos 0 0 res 1920x1200
output $center pos 1920 0 res 1920x1200
output $right pos 3840 0 res 1920x1200
# dpms
output * dpms on
@ -18,30 +15,16 @@ bindswitch --reload lid:on output $laptop disable
bindswitch --reload lid:off output $laptop enable
# assign workspace to screens
workspace $tag1 output $screen
workspace $tag2 output $laptop
workspace $tag3 output $laptop
workspace $tag4 output $laptop
workspace $tag5 output $laptop
workspace $tag6 output $laptop
workspace $tag7 output $laptop
workspace $tag8 output $laptop
workspace $tag9 output $laptop
workspace $tag10 output $laptop
# laptop bindsyms
bindsym XF86AudioRaiseVolume exec pamixer -ui 5 && \
pamixer --get-volume > $SWAYSOCK.wob
bindsym XF86AudioLowerVolume exec pamixer -ud 5 && \
pamixer --get-volume > $SWAYSOCK.wob
bindsym XF86AudioMute exec pamixer --toggle-mute && \
( pamixer --get-mute && echo 0 > $SWAYSOCK.wob ) || \
pamixer --get-volume > $SWAYSOCK.wob
bindsym XF86AudioMicMute exec amixer set Capture toggle
bindsym XF86MonBrightnessUp exec brightnessctl set +10% && \
brightnessctl -m | cut -d',' -f4 | tr -d '%' > $SWAYSOCK.wob
bindsym XF86MonBrightnessDown exec brightnessctl set 10%- && \
brightnessctl -m | cut -d',' -f4 | tr -d '%' > $SWAYSOCK.wob
workspace $tag1 output $left
workspace $tag2 output $center
workspace $tag3 output $right
workspace $tag4 output $right
workspace $tag5 output $center
workspace $tag6 output $center
workspace $tag7 output $center
workspace $tag8 output $center
workspace $tag9 output $center
workspace $tag10 output $center
# exec startup apps
exec --no-startup-id swaymsg 'exec variety &'