Skip to content

Commit

Permalink
bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Dec 30, 2023
1 parent dfc2d6c commit 1abbe5c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.#*
.#*
/config/gtk-3.0/bookmarks
10 changes: 10 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PS1='[\u@\h \W]\$ '
PATH=${PATH}:${HOME}/bin:${HOME}/.cargo/bin
export EDITOR=emacsclient
export ENIGMACURRY_EMACS_DEV=true
#export GTK_THEME=adwaita-dark

eval $(keychain --eval --quiet)

Expand Down Expand Up @@ -79,3 +80,12 @@ yt-audio() {
STREAM=$1; [[ "$STREAM" == "" ]] && read -e -p "Enter stream: " STREAM
yt-dlp -x --audio-format mp3 $STREAM
}

screen-record() {
mkdir -p ~/Screencasts
DESCRIPTION="$@"
wf-recorder -a -f ~/Screencasts/$(date +%Y-%m-%d-%H%M)-"$DESCRIPTION".mkv
}

## Run local (unversioned) config:
test -f ~/.bashrc.local && source ~/.bashrc.local
1 change: 0 additions & 1 deletion config/gtk-3.0/gtk-3.0

This file was deleted.

14 changes: 14 additions & 0 deletions config/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
[Settings]
gtk-application-prefer-dark-theme=1
gtk-theme-name=Adwaita-dark
gtk-icon-theme-name=Adwaita
gtk-font-name=Sans 10
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
7 changes: 7 additions & 0 deletions config/kanshi/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
profile {
output "Unknown Unknown Unknown" enable scale 1 transform 90
}

profile {
output HDMI-A-1 enable scale 1
}
6 changes: 3 additions & 3 deletions config/sway/config.d/default
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ exec swayidle -w\
bindsym $mod+d exec $menu

# Activities
bindsym $mod+p exec ~/.config/wofi/windows.py
#bindsym $mod+p exec ~/.config/wofi/windows.py

# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
Expand Down Expand Up @@ -220,8 +220,8 @@ bindsym $mod+r mode "resize"
#
# Screenshots
#
bindsym print exec /usr/share/sway/scripts/grimshot --notify save output
bindsym Shift+print exec ~/.config/sway/scripts/screenshot.sh
bindsym print exec /usr/bin/grimshot --notify save active
# bindsym Shift+print exec ~/.config/sway/scripts/screenshot.sh
#
# Keybindings List
#
Expand Down

0 comments on commit 1abbe5c

Please sign in to comment.