Compare commits
4 commits
da7ce3384e
...
e4fd669074
Author | SHA1 | Date | |
---|---|---|---|
e4fd669074 | |||
e4703b0fbd | |||
314ce7da6d | |||
8af92aa783 |
5 changed files with 3 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
(defvar rofi-bin "~/.config/rofi/bin")
|
||||
|
||||
(deflisten workspaces "hyprman watch")
|
||||
(deflisten workspaces "hyprman eww")
|
||||
|
||||
(defpoll clocktext :interval "10s" "date '+%d %b %I:%M %p'")
|
||||
(defpoll bluetooth-icon :interval "5s" "bin/bluetooth.sh")
|
||||
|
|
|
@ -52,7 +52,7 @@ cob = checkout -b
|
|||
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
|
||||
undo = reset HEAD~1 --mixed
|
||||
wip = !git add -A && git commit -m \"wip: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
cmtnum = "!git commit -m \"commit #$(( $(git rev-list --count HEAD) + 1 ))\""
|
||||
cmtnum = "!git add -A && git commit -m \"commit #$(( $(git rev-list --count HEAD) + 1 ))\""
|
||||
save = !git add -A && git commit -m \"save: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
aliases = "!git config -l | grep alias | cut -c 7-"
|
||||
gl = config --global -l
|
||||
|
|
|
@ -6,7 +6,6 @@ gtk-decoration-layout=icon:minimize,maximize,close
|
|||
gtk-enable-animations=true
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-icon-theme-name=breeze
|
||||
gtk-modules=colorreload-gtk-module
|
||||
gtk-primary-button-warps-slider=true
|
||||
gtk-sound-theme-name=ocean
|
||||
gtk-xft-dpi=122880
|
||||
|
|
|
@ -16,6 +16,7 @@ classes:
|
|||
"Alacritty":
|
||||
"- Wezterm":
|
||||
"org.wezfurlong.wezterm":
|
||||
"com.mitchellh.ghostty":
|
||||
"MultiViewer for F1":
|
||||
|
||||
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"[Running] - Oracle VM VirtualBox": "",
|
||||
"Visual Studio Code": "",
|
||||
"vivaldi-stable": "",
|
||||
"google-chrome": "",
|
||||
"chromium-browser": "",
|
||||
"LibreOffice": "",
|
||||
"Geneious Prime": "",
|
||||
"Firefox": "",
|
||||
"- NVIM": "",
|
||||
"Alacritty": "",
|
||||
"- Wezterm": "",
|
||||
"org.wezfurlong.wezterm": ""
|
||||
}
|
Loading…
Reference in a new issue