Change default resolution to 1920x1080
parent
e74daecdc4
commit
de18c8064e
|
@ -281,6 +281,7 @@ exec_always --no-startup-id ff-theme-util
|
||||||
exec_always --no-startup-id fix_xcursor
|
exec_always --no-startup-id fix_xcursor
|
||||||
exec --no-startup-id nextcloud
|
exec --no-startup-id nextcloud
|
||||||
exec --no-startup-id ~/.scripts/dotfiles.sh
|
exec --no-startup-id ~/.scripts/dotfiles.sh
|
||||||
|
exec --no-startup-id ~/.scripts/startup.sh
|
||||||
|
|
||||||
|
|
||||||
# Color palette used for the terminal ( ~/.extend.Xresources file )
|
# Color palette used for the terminal ( ~/.extend.Xresources file )
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# A script to manage my dotfiles and copy them to my git
|
# A script to manage my dotfiles and copy them to my git
|
||||||
dotfiles=$HOME/workspace/Git/dotfiles
|
dotfiles=$HOME/workspace/Git/TuDatTr/dotfiles
|
||||||
|
|
||||||
# -avv for debugging purposes
|
# -avv for debugging purposes
|
||||||
# -v for normal use
|
# -v for normal use
|
||||||
|
|
Loading…
Reference in New Issue