fixed again some issues with some i3 variables

This commit is contained in:
Lucien Cartier-Tilet 2019-12-06 17:14:57 +01:00
parent 95568e0181
commit ed9c438e61
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 7 additions and 9 deletions

View File

@ -14,9 +14,7 @@
#+LATEX_HEADER_EXTRA: \usepackage{xcolor} #+LATEX_HEADER_EXTRA: \usepackage{xcolor}
#+LATEX_HEADER_EXTRA: \usepackage{hyperref} #+LATEX_HEADER_EXTRA: \usepackage{hyperref}
#+LATEX_HEADER_EXTRA: \hypersetup{colorlinks=true,linkbordercolor=red,linkcolor=blue,pdfborderstyle={/S/U/W 1}} #+LATEX_HEADER_EXTRA: \hypersetup{colorlinks=true,linkbordercolor=red,linkcolor=blue,pdfborderstyle={/S/U/W 1}}
#+LATEX_HEADER_EXTRA: \usepackage{multicol}
#+LATEX_HEADER_EXTRA: \usepackage{indentfirst} #+LATEX_HEADER_EXTRA: \usepackage{indentfirst}
#+LATEX_HEADER_EXTRA: \sloppy
# ### HTML ##################################################################### # ### HTML #####################################################################
#+HTML_DOCTYPE: html5 #+HTML_DOCTYPE: html5
@ -136,10 +134,10 @@
| $term | st | | $term | st |
#+NAME: variable-sh #+NAME: variable-sh
| $exiti3 | i3-nagbar -t warning -m "Leave i3?" -b "Yes" "i3-msg exit" | | $exiti3 | i3-nagbar -t warning -m 'Leave i3?' -b 'Yes' 'i3-msg exit' |
| $lockscreen | Lucien Cartier-Tilet\n(Phuntsok Drak-pa)\n+33 (0)6 83 90 56 89 | | $lockscreen | Lucien Cartier-Tilet\n(Phuntsok Drak-pa)\n+33 (0)6 83 90 56 89 |
| $rofiexec | rofi -combi-modi 'window,drun' -show combi -mohh combi -m -1 -show-icons | | $rofiexec | rofi -combi-modi 'window,drun' -show combi -mohh combi -m -1 -show-icons |
| $gnus | emacsclient --create-frame --eval "(gnus)" -n | | $gnus | emacsclient --create-frame --eval '(gnus)' -n |
| $ec | emacsclient --create-frame -n | | $ec | emacsclient --create-frame -n |
| $walset | wal -i ~/Pictures/Wallpapers -o wal-set | | $walset | wal -i ~/Pictures/Wallpapers -o wal-set |
@ -542,9 +540,9 @@
To move containers between the available screens, you have the following To move containers between the available screens, you have the following
shortcuts: shortcuts:
#+NAME: containers-move-sh #+NAME: containers-move-sh
| shortcut | command | what it does | | shortcut | command | what it does |
|-------------------+--------------------------------+------------------------------------------------------------| |------------------+--------------------------------+------------------------------------------------------------|
| $mod+Ctrl+$left | move container to output left | Moves the container to the screen left of the current one | | $mod+Ctrl+$left | move container to output left | Moves the container to the screen left of the current one |
| $mod+Ctrl+$down | move container to output down | Moves the container to the screen down of the current one | | $mod+Ctrl+$down | move container to output down | Moves the container to the screen down of the current one |
| $mod+Ctrl+$up | move container to output up | Moves the container to the screen above the current one | | $mod+Ctrl+$up | move container to output up | Moves the container to the screen above the current one |
| $mod+Ctrl+$right | move container to output right | Moves the container to the screen right of the current one | | $mod+Ctrl+$right | move container to output right | Moves the container to the screen right of the current one |

View File

@ -7,10 +7,10 @@ set $down Down
set $left Left set $left Left
set $right Right set $right Right
set $term st set $term st
set $exiti3 "i3-nagbar -t warning -m "Leave i3?" -b "Yes" "i3-msg exit"" set $exiti3 "i3-nagbar -t warning -m 'Leave i3?' -b 'Yes' 'i3-msg exit'"
set $lockscreen "Lucien Cartier-Tilet\n(Phuntsok Drak-pa)\n+33 (0)6 83 90 56 89" set $lockscreen "Lucien Cartier-Tilet\n(Phuntsok Drak-pa)\n+33 (0)6 83 90 56 89"
set $rofiexec "rofi -combi-modi 'window,drun' -show combi -mohh combi -m -1 -show-icons" set $rofiexec "rofi -combi-modi 'window,drun' -show combi -mohh combi -m -1 -show-icons"
set $gnus "emacsclient --create-frame --eval "(gnus)" -n" set $gnus "emacsclient --create-frame --eval '(gnus)' -n"
set $ec "emacsclient --create-frame -n" set $ec "emacsclient --create-frame -n"
set $walset "wal -i ~/Pictures/Wallpapers -o wal-set" set $walset "wal -i ~/Pictures/Wallpapers -o wal-set"