Remove tupload
This commit is contained in:
parent
56e9df3c0c
commit
8c1c032c66
3 changed files with 0 additions and 13 deletions
|
@ -42,10 +42,6 @@ bindsym Shift+Print exec --no-startup-id gnome-screenshot -ca
|
|||
bindsym Mod1+Print exec --no-startup-id gnome-screenshot -i
|
||||
bindsym Print exec --no-startup-id gnome-screenshot -c
|
||||
|
||||
# TUpload
|
||||
bindsym $mod+Print exec --no-startup-id sc
|
||||
bindsym $mod+Shift+Print exec --no-startup-id sc -a
|
||||
|
||||
# System
|
||||
bindsym $mod+Shift+Delete exec "i3-nagbar -t error -m 'Shutdown or Restart?' -b 'Restart' 'shutdown -r now' -b 'Shutdown' 'shutdown -h now'"
|
||||
|
||||
|
|
|
@ -157,7 +157,6 @@
|
|||
- 'ttf-ms-fonts'
|
||||
- 'ttf-wps-fonts'
|
||||
- 'turtl'
|
||||
- 'tupload'
|
||||
- 'universal-ctags-git'
|
||||
- 'visual-studio-code-bin'
|
||||
- 'virtualbox'
|
||||
|
|
|
@ -3,11 +3,3 @@
|
|||
path: "{{ home }}/.dotfiles"
|
||||
owner: "{{ user }}"
|
||||
group: users
|
||||
|
||||
- file:
|
||||
state: link
|
||||
src: "{{ home }}/.dotfiles/.upload"
|
||||
dest: "{{ home }}/.upload"
|
||||
mode: 0644
|
||||
owner: "{{ user }}"
|
||||
group: users
|
||||
|
|
Loading…
Reference in a new issue