Compare commits
4 Commits
f796d0775e
...
c7333aa79a
Author | SHA1 | Date | |
---|---|---|---|
c7333aa79a | |||
7cb967447a | |||
e54b358410 | |||
1fbd08f657 |
@ -33,6 +33,7 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCOuow_HIYmeaIqi42zVs3qg "Bo
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UC7FkqjV8SU5I8FCHXQSQe9Q "Bois" "Ishitani furniture"
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCjaudhGC0gBfEtMyQYzT3pA "Bois" "Atelier Floky"
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCJNItGjNhUx3Zz6W4OCVfHA "Chantier" "~Passion renovation"
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCxiqy-VOYw6uBE4raFCz4Ow "Chantier" "LJVS"
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCKt0CjXg6PRocxlCss90e8g "Chantier" "Clément Beraud"
|
||||
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCRix1GJvSBNDpEFY561eSzw "DIY" "Laura Kampf"
|
||||
|
@ -102,5 +102,36 @@
|
||||
"\\\\end{exercise}"
|
||||
],
|
||||
"description": "exercise xsim"
|
||||
},
|
||||
|
||||
"AMC_multquestion": {
|
||||
"prefix": "multquestion",
|
||||
"body": [
|
||||
"\\\\element{${1:group}}{",
|
||||
"\\\\begin{questionmult}{${2:name}}\\\\bareme{b=0.5,m=0.5,p=0}",
|
||||
"\t$3",
|
||||
"\t\\\\begin{reponseshoriz}",
|
||||
"\t\t\\\\bonne{$4}",
|
||||
"\t\t\\\\mauvaise{$5}",
|
||||
"\t\\\\end{reponseshoriz}",
|
||||
"\\\\end{questionmult}",
|
||||
"}"
|
||||
],
|
||||
"description": "Question simple pour AMC"
|
||||
},
|
||||
"AMC_question": {
|
||||
"prefix": "question",
|
||||
"body": [
|
||||
"\\\\element{${1:group}}{",
|
||||
"\\\\begin{question}{${2:name}}",
|
||||
"\t$3",
|
||||
"\t\\\\begin{reponseshoriz}",
|
||||
"\t\t\\\\bonne{$4}",
|
||||
"\t\t\\\\mauvaise{$5}",
|
||||
"\t\\\\end{reponseshoriz}",
|
||||
"\\\\end{question}",
|
||||
"}"
|
||||
],
|
||||
"description": "Question multiple pour AMC"
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,8 @@ set $laptopScreen eDP-1
|
||||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
output * bg ~/Images/Wallpapers/Pteridium.jpg fill
|
||||
# output * bg ~/Images/Wallpapers/Pteridium.jpg fill
|
||||
output * bg ~/Images/Wallpapers/coraill.jpg fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
@ -10,6 +10,8 @@ exec gammastep-indicator
|
||||
exec mako
|
||||
exec "avizo-service"
|
||||
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
#exec_always pkill kanshi; exec_always kanshi
|
||||
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
|
||||
|
||||
|
@ -43,6 +43,8 @@ alias egrep='egrep --color=auto'
|
||||
alias cp='cp -iv'
|
||||
alias mv='mv -iv'
|
||||
alias rm='rm -i'
|
||||
alias cat='bat -pp'
|
||||
alias less='bat -p'
|
||||
|
||||
alias newsboat='tmux new -As newsboat newsboat'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user