Removed extras from bashrc, removed monitors.conf, changed menu to wofi for keybind
This commit is contained in:
16
dot_bashrc
16
dot_bashrc
@@ -28,19 +28,3 @@ fi
|
|||||||
eval "$(zoxide init bash)"
|
eval "$(zoxide init bash)"
|
||||||
export HSA_OVERRIDE_GFX_VERSION=10.3.0
|
export HSA_OVERRIDE_GFX_VERSION=10.3.0
|
||||||
unset rc
|
unset rc
|
||||||
|
|
||||||
# >>> conda initialize >>>
|
|
||||||
# !! Contents within this block are managed by 'conda init' !!
|
|
||||||
__conda_setup="$('/usr/bin/conda' 'shell.bash' 'hook' 2>/dev/null)"
|
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
eval "$__conda_setup"
|
|
||||||
else
|
|
||||||
if [ -f "/usr/etc/profile.d/conda.sh" ]; then
|
|
||||||
. "/usr/etc/profile.d/conda.sh"
|
|
||||||
else
|
|
||||||
export PATH="/usr/bin:$PATH"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
unset __conda_setup
|
|
||||||
# <<< conda initialize <<<
|
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$fileManager = xdg-open "$HOME"
|
$fileManager = xdg-open "$HOME"
|
||||||
$menu = rofi -show drun -run-command "uwsm app -- {cmd}"
|
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
|
||||||
#$menu = ags request -i launcher show
|
#$menu = ags request -i launcher show
|
||||||
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
||||||
$powermenu = $HOME/bin/local-lua $HOME/bin/powermenu.lua
|
$powermenu = $HOME/bin/local-lua $HOME/bin/powermenu.lua
|
||||||
|
@@ -1,7 +0,0 @@
|
|||||||
# monitors.conf
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
||||||
#monitor=,preferred,auto,auto
|
|
||||||
monitor=DP-1,2560x1440@120,0x0,1,vrr,3#,bitdepth,10,cm,hdredid,sdrbrightness,1.1,sdrsaturation,0.9
|
|
||||||
monitor=DP-2,2560x1440@60,2560x0,1,transform,0
|
|
||||||
# monitor=DP-2, disable
|
|
@@ -52,15 +52,21 @@
|
|||||||
"bar.launcher.icon": "",
|
"bar.launcher.icon": "",
|
||||||
"bar.launcher.autoDetectIcon": false,
|
"bar.launcher.autoDetectIcon": false,
|
||||||
"menus.dashboard.shortcuts.left.shortcut3.command": "uwsm app -- com.discordapp.Discord",
|
"menus.dashboard.shortcuts.left.shortcut3.command": "uwsm app -- com.discordapp.Discord",
|
||||||
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
|
"menus.dashboard.shortcuts.left.shortcut2.icon": "",
|
||||||
"menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app --net.cozic.joplin_desktop",
|
"menus.dashboard.shortcuts.left.shortcut2.command": "uwsm app -- io.github.flattool.Warehouse",
|
||||||
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "Joplin",
|
"menus.dashboard.shortcuts.left.shortcut2.tooltip": "AppStore",
|
||||||
"menus.dashboard.shortcuts.left.shortcut4.command": "uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)",
|
"menus.dashboard.shortcuts.left.shortcut4.command": "uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)",
|
||||||
"theme.bar.buttons.workspaces.enableBorder": false,
|
"theme.bar.buttons.workspaces.enableBorder": false,
|
||||||
"theme.bar.buttons.systray.enableBorder": false,
|
"theme.bar.buttons.systray.enableBorder": false,
|
||||||
"bar.workspaces.monitorSpecific": true,
|
"bar.workspaces.monitorSpecific": true,
|
||||||
"wallpaper.image": "/home/eriq/Pictures/wallpaper.png",
|
"wallpaper.image": "/usr/share/hydro-os/DefaultBackground.png",
|
||||||
"wallpaper.pywal": false,
|
"wallpaper.pywal": false,
|
||||||
"theme.matugen": true,
|
"theme.matugen": true,
|
||||||
"wallpaper.enable": true
|
"wallpaper.enable": true,
|
||||||
|
"bar.customModules.storage.paths": [
|
||||||
|
"/"
|
||||||
|
],
|
||||||
|
"theme.matugen_settings.mode": "dark",
|
||||||
|
"theme.matugen_settings.scheme_type": "content",
|
||||||
|
"theme.matugen_settings.variation": "standard_1"
|
||||||
}
|
}
|
Reference in New Issue
Block a user